|
|
@ -98,6 +98,9 @@ |
|
|
|
"content": { |
|
|
|
"content": { |
|
|
|
"application/json": { |
|
|
|
"application/json": { |
|
|
|
"schema": { |
|
|
|
"schema": { |
|
|
|
|
|
|
|
"type": "object", |
|
|
|
|
|
|
|
"properties": { |
|
|
|
|
|
|
|
"fields": { |
|
|
|
"type": "object", |
|
|
|
"type": "object", |
|
|
|
"additionalProperties": { |
|
|
|
"additionalProperties": { |
|
|
|
"oneOf": [ |
|
|
|
"oneOf": [ |
|
|
@ -124,6 +127,7 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
"description": "Copy links from the one cell and paste them into another cell or delete all records from cell", |
|
|
|
"description": "Copy links from the one cell and paste them into another cell or delete all records from cell", |
|
|
|
"parameters": [ |
|
|
|
"parameters": [ |
|
|
@ -144,6 +148,9 @@ |
|
|
|
"content": { |
|
|
|
"content": { |
|
|
|
"application/json": { |
|
|
|
"application/json": { |
|
|
|
"schema": { |
|
|
|
"schema": { |
|
|
|
|
|
|
|
"type": "object", |
|
|
|
|
|
|
|
"properties": { |
|
|
|
|
|
|
|
"fields": { |
|
|
|
"type": "object", |
|
|
|
"type": "object", |
|
|
|
"additionalProperties": { |
|
|
|
"additionalProperties": { |
|
|
|
"oneOf": [ |
|
|
|
"oneOf": [ |
|
|
@ -170,6 +177,7 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
"400": { |
|
|
|
"400": { |
|
|
|
"$ref": "#/components/responses/BadRequest" |
|
|
|
"$ref": "#/components/responses/BadRequest" |
|
|
@ -663,6 +671,159 @@ |
|
|
|
"example": 1 |
|
|
|
"example": 1 |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"CalendarColumn": { |
|
|
|
|
|
|
|
"description": "Model for Calendar Column", |
|
|
|
|
|
|
|
"examples": [ |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"id": "kvc_2skkg5mi1eb37f", |
|
|
|
|
|
|
|
"fk_column_id": "cl_hzos4ghyncqi4k", |
|
|
|
|
|
|
|
"fk_view_id": "vw_wqs4zheuo5lgdy", |
|
|
|
|
|
|
|
"source_id": "ds_hd4ojj0xpquaam", |
|
|
|
|
|
|
|
"base_id": "p_kzfl5lb0t3tcok", |
|
|
|
|
|
|
|
"title": "string", |
|
|
|
|
|
|
|
"show": 0, |
|
|
|
|
|
|
|
"bold": 0, |
|
|
|
|
|
|
|
"italic": 0, |
|
|
|
|
|
|
|
"underline": 0, |
|
|
|
|
|
|
|
"order": "1" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
"title": "Calendar Column Model", |
|
|
|
|
|
|
|
"type": "object", |
|
|
|
|
|
|
|
"properties": { |
|
|
|
|
|
|
|
"id": { |
|
|
|
|
|
|
|
"$ref": "#/components/schemas/Id", |
|
|
|
|
|
|
|
"description": "Unique ID" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"fk_column_id": { |
|
|
|
|
|
|
|
"$ref": "#/components/schemas/Id", |
|
|
|
|
|
|
|
"description": "Foreign Key to Column" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"fk_view_id": { |
|
|
|
|
|
|
|
"$ref": "#/components/schemas/Id", |
|
|
|
|
|
|
|
"x-stoplight": { |
|
|
|
|
|
|
|
"id": "t1fy4zy561ih8" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"description": "Foreign Key to View" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"source_id": { |
|
|
|
|
|
|
|
"$ref": "#/components/schemas/Id", |
|
|
|
|
|
|
|
"x-stoplight": { |
|
|
|
|
|
|
|
"id": "uqq8xmyz97t1u" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"description": "Baes ID\n" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"base_id": { |
|
|
|
|
|
|
|
"$ref": "#/components/schemas/Id", |
|
|
|
|
|
|
|
"x-stoplight": { |
|
|
|
|
|
|
|
"id": "uqq8xmyz97t1u" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"description": "Base ID" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"title": { |
|
|
|
|
|
|
|
"x-stoplight": { |
|
|
|
|
|
|
|
"id": "uqq8xmyz97t1u" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"description": "Base ID", |
|
|
|
|
|
|
|
"type": "string" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"show": { |
|
|
|
|
|
|
|
"$ref": "#/components/schemas/Bool", |
|
|
|
|
|
|
|
"x-stoplight": { |
|
|
|
|
|
|
|
"id": "uqq8xmyz97t1u" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"description": "Is this column shown?" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"bold": { |
|
|
|
|
|
|
|
"$ref": "#/components/schemas/Bool", |
|
|
|
|
|
|
|
"x-stoplight": { |
|
|
|
|
|
|
|
"id": "uqq8xmyz97t1u" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"description": "Is this column shown as bold?" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"italic": { |
|
|
|
|
|
|
|
"$ref": "#/components/schemas/Bool", |
|
|
|
|
|
|
|
"x-stoplight": { |
|
|
|
|
|
|
|
"id": "uqq8xmyz97t1u" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"description": "Is this column shown as italic?" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"underline": { |
|
|
|
|
|
|
|
"$ref": "#/components/schemas/Bool", |
|
|
|
|
|
|
|
"x-stoplight": { |
|
|
|
|
|
|
|
"id": "uqq8xmyz97t1u" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"description": "Is this column shown underlines?" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"order": { |
|
|
|
|
|
|
|
"type": "number", |
|
|
|
|
|
|
|
"x-stoplight": { |
|
|
|
|
|
|
|
"id": "pbnchzgci5dwa" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"example": 1, |
|
|
|
|
|
|
|
"description": "Column Order" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"x-stoplight": { |
|
|
|
|
|
|
|
"id": "psbv6c6y9qvbu" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"CalendarColumnReq": { |
|
|
|
|
|
|
|
"description": "Model for Calendar Column Request", |
|
|
|
|
|
|
|
"examples": [ |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"title": "string", |
|
|
|
|
|
|
|
"show": 0, |
|
|
|
|
|
|
|
"bold": 0, |
|
|
|
|
|
|
|
"italic": 0, |
|
|
|
|
|
|
|
"underline": 0, |
|
|
|
|
|
|
|
"order": "1" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
"title": "Calendar Column Model", |
|
|
|
|
|
|
|
"type": "object", |
|
|
|
|
|
|
|
"properties": { |
|
|
|
|
|
|
|
"show": { |
|
|
|
|
|
|
|
"$ref": "#/components/schemas/Bool", |
|
|
|
|
|
|
|
"x-stoplight": { |
|
|
|
|
|
|
|
"id": "uqq8xmyz97t1u" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"description": "Is this column shown?" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"bold": { |
|
|
|
|
|
|
|
"$ref": "#/components/schemas/Bool", |
|
|
|
|
|
|
|
"x-stoplight": { |
|
|
|
|
|
|
|
"id": "uqq8xmyz97t1u" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"description": "Is this column shown as bold?" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"italic": { |
|
|
|
|
|
|
|
"$ref": "#/components/schemas/Bool", |
|
|
|
|
|
|
|
"x-stoplight": { |
|
|
|
|
|
|
|
"id": "uqq8xmyz97t1u" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"description": "Is this column shown as italic?" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"underline": { |
|
|
|
|
|
|
|
"$ref": "#/components/schemas/Bool", |
|
|
|
|
|
|
|
"x-stoplight": { |
|
|
|
|
|
|
|
"id": "uqq8xmyz97t1u" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"description": "Is this column shown underlines?" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"order": { |
|
|
|
|
|
|
|
"type": "number", |
|
|
|
|
|
|
|
"x-stoplight": { |
|
|
|
|
|
|
|
"id": "pbnchzgci5dwa" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"example": 1, |
|
|
|
|
|
|
|
"description": "Column Order" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"x-stoplight": { |
|
|
|
|
|
|
|
"id": "psbv6c6y9qvbu" |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
"responses": { |
|
|
|
"responses": { |
|
|
|