* Update OpenAPI Descriptions

* Add decorated OpenAPI schema files

Co-authored-by: github-openapi-bot <github-openapi-bot@users.noreply.github.com>
This commit is contained in:
github-openapi-bot 2021-06-16 07:04:46 -04:00 коммит произвёл GitHub
Родитель 74d960a9c0
Коммит f404f77036
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
18 изменённых файлов: 90 добавлений и 90 удалений

Просмотреть файл

@ -29167,14 +29167,14 @@
"schema": {
"properties": {
"position": {
"description": "<p><strong>Required</strong>. The position of the card in a column</p>",
"description": "<p><strong>Required</strong>. The position of the card in a column. Can be one of: <code>top</code>, <code>bottom</code>, or <code>after:&#x3C;card_id></code> to place after the specified card.</p>",
"example": "bottom",
"type": "string",
"pattern": "^(?:top|bottom|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the card in a column",
"rawDescription": "The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.",
"childParamsGroups": []
},
"column_id": {
@ -29251,14 +29251,14 @@
"descriptionHTML": "",
"bodyParameters": [
{
"description": "<p><strong>Required</strong>. The position of the card in a column</p>",
"description": "<p><strong>Required</strong>. The position of the card in a column. Can be one of: <code>top</code>, <code>bottom</code>, or <code>after:&#x3C;card_id></code> to place after the specified card.</p>",
"example": "bottom",
"type": "string",
"pattern": "^(?:top|bottom|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the card in a column",
"rawDescription": "The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.",
"childParamsGroups": []
},
{
@ -29932,14 +29932,14 @@
"schema": {
"properties": {
"position": {
"description": "<p><strong>Required</strong>. The position of the column in a project</p>",
"description": "<p><strong>Required</strong>. The position of the column in a project. Can be one of: <code>first</code>, <code>last</code>, or <code>after:&#x3C;column_id></code> to place after the specified column.</p>",
"example": "last",
"type": "string",
"pattern": "^(?:first|last|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the column in a project",
"rawDescription": "The position of the column in a project. Can be one of: `first`, `last`, or `after:<column_id>` to place after the specified column.",
"childParamsGroups": []
}
},
@ -30001,14 +30001,14 @@
"descriptionHTML": "",
"bodyParameters": [
{
"description": "<p><strong>Required</strong>. The position of the column in a project</p>",
"description": "<p><strong>Required</strong>. The position of the column in a project. Can be one of: <code>first</code>, <code>last</code>, or <code>after:&#x3C;column_id></code> to place after the specified column.</p>",
"example": "last",
"type": "string",
"pattern": "^(?:first|last|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the column in a project",
"rawDescription": "The position of the column in a project. Can be one of: `first`, `last`, or `after:<column_id>` to place after the specified column.",
"childParamsGroups": []
}
]

Просмотреть файл

@ -16742,14 +16742,14 @@
"schema": {
"properties": {
"position": {
"description": "<p><strong>Required</strong>. The position of the card in a column</p>",
"description": "<p><strong>Required</strong>. The position of the card in a column. Can be one of: <code>top</code>, <code>bottom</code>, or <code>after:&#x3C;card_id></code> to place after the specified card.</p>",
"example": "bottom",
"type": "string",
"pattern": "^(?:top|bottom|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the card in a column",
"rawDescription": "The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.",
"childParamsGroups": []
},
"column_id": {
@ -16826,14 +16826,14 @@
"descriptionHTML": "",
"bodyParameters": [
{
"description": "<p><strong>Required</strong>. The position of the card in a column</p>",
"description": "<p><strong>Required</strong>. The position of the card in a column. Can be one of: <code>top</code>, <code>bottom</code>, or <code>after:&#x3C;card_id></code> to place after the specified card.</p>",
"example": "bottom",
"type": "string",
"pattern": "^(?:top|bottom|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the card in a column",
"rawDescription": "The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.",
"childParamsGroups": []
},
{
@ -17507,14 +17507,14 @@
"schema": {
"properties": {
"position": {
"description": "<p><strong>Required</strong>. The position of the column in a project</p>",
"description": "<p><strong>Required</strong>. The position of the column in a project. Can be one of: <code>first</code>, <code>last</code>, or <code>after:&#x3C;column_id></code> to place after the specified column.</p>",
"example": "last",
"type": "string",
"pattern": "^(?:first|last|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the column in a project",
"rawDescription": "The position of the column in a project. Can be one of: `first`, `last`, or `after:<column_id>` to place after the specified column.",
"childParamsGroups": []
}
},
@ -17576,14 +17576,14 @@
"descriptionHTML": "",
"bodyParameters": [
{
"description": "<p><strong>Required</strong>. The position of the column in a project</p>",
"description": "<p><strong>Required</strong>. The position of the column in a project. Can be one of: <code>first</code>, <code>last</code>, or <code>after:&#x3C;column_id></code> to place after the specified column.</p>",
"example": "last",
"type": "string",
"pattern": "^(?:first|last|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the column in a project",
"rawDescription": "The position of the column in a project. Can be one of: `first`, `last`, or `after:<column_id>` to place after the specified column.",
"childParamsGroups": []
}
]

Просмотреть файл

@ -16838,14 +16838,14 @@
"schema": {
"properties": {
"position": {
"description": "<p><strong>Required</strong>. The position of the card in a column</p>",
"description": "<p><strong>Required</strong>. The position of the card in a column. Can be one of: <code>top</code>, <code>bottom</code>, or <code>after:&#x3C;card_id></code> to place after the specified card.</p>",
"example": "bottom",
"type": "string",
"pattern": "^(?:top|bottom|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the card in a column",
"rawDescription": "The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.",
"childParamsGroups": []
},
"column_id": {
@ -16922,14 +16922,14 @@
"descriptionHTML": "",
"bodyParameters": [
{
"description": "<p><strong>Required</strong>. The position of the card in a column</p>",
"description": "<p><strong>Required</strong>. The position of the card in a column. Can be one of: <code>top</code>, <code>bottom</code>, or <code>after:&#x3C;card_id></code> to place after the specified card.</p>",
"example": "bottom",
"type": "string",
"pattern": "^(?:top|bottom|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the card in a column",
"rawDescription": "The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.",
"childParamsGroups": []
},
{
@ -17603,14 +17603,14 @@
"schema": {
"properties": {
"position": {
"description": "<p><strong>Required</strong>. The position of the column in a project</p>",
"description": "<p><strong>Required</strong>. The position of the column in a project. Can be one of: <code>first</code>, <code>last</code>, or <code>after:&#x3C;column_id></code> to place after the specified column.</p>",
"example": "last",
"type": "string",
"pattern": "^(?:first|last|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the column in a project",
"rawDescription": "The position of the column in a project. Can be one of: `first`, `last`, or `after:<column_id>` to place after the specified column.",
"childParamsGroups": []
}
},
@ -17672,14 +17672,14 @@
"descriptionHTML": "",
"bodyParameters": [
{
"description": "<p><strong>Required</strong>. The position of the column in a project</p>",
"description": "<p><strong>Required</strong>. The position of the column in a project. Can be one of: <code>first</code>, <code>last</code>, or <code>after:&#x3C;column_id></code> to place after the specified column.</p>",
"example": "last",
"type": "string",
"pattern": "^(?:first|last|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the column in a project",
"rawDescription": "The position of the column in a project. Can be one of: `first`, `last`, or `after:<column_id>` to place after the specified column.",
"childParamsGroups": []
}
]

Просмотреть файл

@ -17312,14 +17312,14 @@
"schema": {
"properties": {
"position": {
"description": "<p><strong>Required</strong>. The position of the card in a column</p>",
"description": "<p><strong>Required</strong>. The position of the card in a column. Can be one of: <code>top</code>, <code>bottom</code>, or <code>after:&#x3C;card_id></code> to place after the specified card.</p>",
"example": "bottom",
"type": "string",
"pattern": "^(?:top|bottom|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the card in a column",
"rawDescription": "The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.",
"childParamsGroups": []
},
"column_id": {
@ -17396,14 +17396,14 @@
"descriptionHTML": "",
"bodyParameters": [
{
"description": "<p><strong>Required</strong>. The position of the card in a column</p>",
"description": "<p><strong>Required</strong>. The position of the card in a column. Can be one of: <code>top</code>, <code>bottom</code>, or <code>after:&#x3C;card_id></code> to place after the specified card.</p>",
"example": "bottom",
"type": "string",
"pattern": "^(?:top|bottom|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the card in a column",
"rawDescription": "The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.",
"childParamsGroups": []
},
{
@ -18077,14 +18077,14 @@
"schema": {
"properties": {
"position": {
"description": "<p><strong>Required</strong>. The position of the column in a project</p>",
"description": "<p><strong>Required</strong>. The position of the column in a project. Can be one of: <code>first</code>, <code>last</code>, or <code>after:&#x3C;column_id></code> to place after the specified column.</p>",
"example": "last",
"type": "string",
"pattern": "^(?:first|last|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the column in a project",
"rawDescription": "The position of the column in a project. Can be one of: `first`, `last`, or `after:<column_id>` to place after the specified column.",
"childParamsGroups": []
}
},
@ -18146,14 +18146,14 @@
"descriptionHTML": "",
"bodyParameters": [
{
"description": "<p><strong>Required</strong>. The position of the column in a project</p>",
"description": "<p><strong>Required</strong>. The position of the column in a project. Can be one of: <code>first</code>, <code>last</code>, or <code>after:&#x3C;column_id></code> to place after the specified column.</p>",
"example": "last",
"type": "string",
"pattern": "^(?:first|last|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the column in a project",
"rawDescription": "The position of the column in a project. Can be one of: `first`, `last`, or `after:<column_id>` to place after the specified column.",
"childParamsGroups": []
}
]

Просмотреть файл

@ -20764,14 +20764,14 @@
"schema": {
"properties": {
"position": {
"description": "<p><strong>Required</strong>. The position of the card in a column</p>",
"description": "<p><strong>Required</strong>. The position of the card in a column. Can be one of: <code>top</code>, <code>bottom</code>, or <code>after:&#x3C;card_id></code> to place after the specified card.</p>",
"example": "bottom",
"type": "string",
"pattern": "^(?:top|bottom|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the card in a column",
"rawDescription": "The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.",
"childParamsGroups": []
},
"column_id": {
@ -20848,14 +20848,14 @@
"descriptionHTML": "",
"bodyParameters": [
{
"description": "<p><strong>Required</strong>. The position of the card in a column</p>",
"description": "<p><strong>Required</strong>. The position of the card in a column. Can be one of: <code>top</code>, <code>bottom</code>, or <code>after:&#x3C;card_id></code> to place after the specified card.</p>",
"example": "bottom",
"type": "string",
"pattern": "^(?:top|bottom|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the card in a column",
"rawDescription": "The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.",
"childParamsGroups": []
},
{
@ -21529,14 +21529,14 @@
"schema": {
"properties": {
"position": {
"description": "<p><strong>Required</strong>. The position of the column in a project</p>",
"description": "<p><strong>Required</strong>. The position of the column in a project. Can be one of: <code>first</code>, <code>last</code>, or <code>after:&#x3C;column_id></code> to place after the specified column.</p>",
"example": "last",
"type": "string",
"pattern": "^(?:first|last|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the column in a project",
"rawDescription": "The position of the column in a project. Can be one of: `first`, `last`, or `after:<column_id>` to place after the specified column.",
"childParamsGroups": []
}
},
@ -21598,14 +21598,14 @@
"descriptionHTML": "",
"bodyParameters": [
{
"description": "<p><strong>Required</strong>. The position of the column in a project</p>",
"description": "<p><strong>Required</strong>. The position of the column in a project. Can be one of: <code>first</code>, <code>last</code>, or <code>after:&#x3C;column_id></code> to place after the specified column.</p>",
"example": "last",
"type": "string",
"pattern": "^(?:first|last|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the column in a project",
"rawDescription": "The position of the column in a project. Can be one of: `first`, `last`, or `after:<column_id>` to place after the specified column.",
"childParamsGroups": []
}
]

Просмотреть файл

@ -25013,14 +25013,14 @@
"schema": {
"properties": {
"position": {
"description": "<p><strong>Required</strong>. The position of the card in a column</p>",
"description": "<p><strong>Required</strong>. The position of the card in a column. Can be one of: <code>top</code>, <code>bottom</code>, or <code>after:&#x3C;card_id></code> to place after the specified card.</p>",
"example": "bottom",
"type": "string",
"pattern": "^(?:top|bottom|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the card in a column",
"rawDescription": "The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.",
"childParamsGroups": []
},
"column_id": {
@ -25097,14 +25097,14 @@
"descriptionHTML": "",
"bodyParameters": [
{
"description": "<p><strong>Required</strong>. The position of the card in a column</p>",
"description": "<p><strong>Required</strong>. The position of the card in a column. Can be one of: <code>top</code>, <code>bottom</code>, or <code>after:&#x3C;card_id></code> to place after the specified card.</p>",
"example": "bottom",
"type": "string",
"pattern": "^(?:top|bottom|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the card in a column",
"rawDescription": "The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.",
"childParamsGroups": []
},
{
@ -25778,14 +25778,14 @@
"schema": {
"properties": {
"position": {
"description": "<p><strong>Required</strong>. The position of the column in a project</p>",
"description": "<p><strong>Required</strong>. The position of the column in a project. Can be one of: <code>first</code>, <code>last</code>, or <code>after:&#x3C;column_id></code> to place after the specified column.</p>",
"example": "last",
"type": "string",
"pattern": "^(?:first|last|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the column in a project",
"rawDescription": "The position of the column in a project. Can be one of: `first`, `last`, or `after:<column_id>` to place after the specified column.",
"childParamsGroups": []
}
},
@ -25847,14 +25847,14 @@
"descriptionHTML": "",
"bodyParameters": [
{
"description": "<p><strong>Required</strong>. The position of the column in a project</p>",
"description": "<p><strong>Required</strong>. The position of the column in a project. Can be one of: <code>first</code>, <code>last</code>, or <code>after:&#x3C;column_id></code> to place after the specified column.</p>",
"example": "last",
"type": "string",
"pattern": "^(?:first|last|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the column in a project",
"rawDescription": "The position of the column in a project. Can be one of: `first`, `last`, or `after:<column_id>` to place after the specified column.",
"childParamsGroups": []
}
]

Просмотреть файл

@ -28962,14 +28962,14 @@
"schema": {
"properties": {
"position": {
"description": "<p><strong>Required</strong>. The position of the card in a column</p>",
"description": "<p><strong>Required</strong>. The position of the card in a column. Can be one of: <code>top</code>, <code>bottom</code>, or <code>after:&#x3C;card_id></code> to place after the specified card.</p>",
"example": "bottom",
"type": "string",
"pattern": "^(?:top|bottom|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the card in a column",
"rawDescription": "The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.",
"childParamsGroups": []
},
"column_id": {
@ -29046,14 +29046,14 @@
"descriptionHTML": "",
"bodyParameters": [
{
"description": "<p><strong>Required</strong>. The position of the card in a column</p>",
"description": "<p><strong>Required</strong>. The position of the card in a column. Can be one of: <code>top</code>, <code>bottom</code>, or <code>after:&#x3C;card_id></code> to place after the specified card.</p>",
"example": "bottom",
"type": "string",
"pattern": "^(?:top|bottom|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the card in a column",
"rawDescription": "The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.",
"childParamsGroups": []
},
{
@ -29727,14 +29727,14 @@
"schema": {
"properties": {
"position": {
"description": "<p><strong>Required</strong>. The position of the column in a project</p>",
"description": "<p><strong>Required</strong>. The position of the column in a project. Can be one of: <code>first</code>, <code>last</code>, or <code>after:&#x3C;column_id></code> to place after the specified column.</p>",
"example": "last",
"type": "string",
"pattern": "^(?:first|last|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the column in a project",
"rawDescription": "The position of the column in a project. Can be one of: `first`, `last`, or `after:<column_id>` to place after the specified column.",
"childParamsGroups": []
}
},
@ -29796,14 +29796,14 @@
"descriptionHTML": "",
"bodyParameters": [
{
"description": "<p><strong>Required</strong>. The position of the column in a project</p>",
"description": "<p><strong>Required</strong>. The position of the column in a project. Can be one of: <code>first</code>, <code>last</code>, or <code>after:&#x3C;column_id></code> to place after the specified column.</p>",
"example": "last",
"type": "string",
"pattern": "^(?:first|last|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the column in a project",
"rawDescription": "The position of the column in a project. Can be one of: `first`, `last`, or `after:<column_id>` to place after the specified column.",
"childParamsGroups": []
}
]

Просмотреть файл

@ -29100,14 +29100,14 @@
"schema": {
"properties": {
"position": {
"description": "<p><strong>Required</strong>. The position of the card in a column</p>",
"description": "<p><strong>Required</strong>. The position of the card in a column. Can be one of: <code>top</code>, <code>bottom</code>, or <code>after:&#x3C;card_id></code> to place after the specified card.</p>",
"example": "bottom",
"type": "string",
"pattern": "^(?:top|bottom|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the card in a column",
"rawDescription": "The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.",
"childParamsGroups": []
},
"column_id": {
@ -29184,14 +29184,14 @@
"descriptionHTML": "",
"bodyParameters": [
{
"description": "<p><strong>Required</strong>. The position of the card in a column</p>",
"description": "<p><strong>Required</strong>. The position of the card in a column. Can be one of: <code>top</code>, <code>bottom</code>, or <code>after:&#x3C;card_id></code> to place after the specified card.</p>",
"example": "bottom",
"type": "string",
"pattern": "^(?:top|bottom|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the card in a column",
"rawDescription": "The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.",
"childParamsGroups": []
},
{
@ -29865,14 +29865,14 @@
"schema": {
"properties": {
"position": {
"description": "<p><strong>Required</strong>. The position of the column in a project</p>",
"description": "<p><strong>Required</strong>. The position of the column in a project. Can be one of: <code>first</code>, <code>last</code>, or <code>after:&#x3C;column_id></code> to place after the specified column.</p>",
"example": "last",
"type": "string",
"pattern": "^(?:first|last|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the column in a project",
"rawDescription": "The position of the column in a project. Can be one of: `first`, `last`, or `after:<column_id>` to place after the specified column.",
"childParamsGroups": []
}
},
@ -29934,14 +29934,14 @@
"descriptionHTML": "",
"bodyParameters": [
{
"description": "<p><strong>Required</strong>. The position of the column in a project</p>",
"description": "<p><strong>Required</strong>. The position of the column in a project. Can be one of: <code>first</code>, <code>last</code>, or <code>after:&#x3C;column_id></code> to place after the specified column.</p>",
"example": "last",
"type": "string",
"pattern": "^(?:first|last|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the column in a project",
"rawDescription": "The position of the column in a project. Can be one of: `first`, `last`, or `after:<column_id>` to place after the specified column.",
"childParamsGroups": []
}
]

Просмотреть файл

@ -21926,14 +21926,14 @@
"schema": {
"properties": {
"position": {
"description": "<p><strong>Required</strong>. The position of the card in a column</p>",
"description": "<p><strong>Required</strong>. The position of the card in a column. Can be one of: <code>top</code>, <code>bottom</code>, or <code>after:&#x3C;card_id></code> to place after the specified card.</p>",
"example": "bottom",
"type": "string",
"pattern": "^(?:top|bottom|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the card in a column",
"rawDescription": "The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.",
"childParamsGroups": []
},
"column_id": {
@ -22010,14 +22010,14 @@
"descriptionHTML": "",
"bodyParameters": [
{
"description": "<p><strong>Required</strong>. The position of the card in a column</p>",
"description": "<p><strong>Required</strong>. The position of the card in a column. Can be one of: <code>top</code>, <code>bottom</code>, or <code>after:&#x3C;card_id></code> to place after the specified card.</p>",
"example": "bottom",
"type": "string",
"pattern": "^(?:top|bottom|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the card in a column",
"rawDescription": "The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.",
"childParamsGroups": []
},
{
@ -22691,14 +22691,14 @@
"schema": {
"properties": {
"position": {
"description": "<p><strong>Required</strong>. The position of the column in a project</p>",
"description": "<p><strong>Required</strong>. The position of the column in a project. Can be one of: <code>first</code>, <code>last</code>, or <code>after:&#x3C;column_id></code> to place after the specified column.</p>",
"example": "last",
"type": "string",
"pattern": "^(?:first|last|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the column in a project",
"rawDescription": "The position of the column in a project. Can be one of: `first`, `last`, or `after:<column_id>` to place after the specified column.",
"childParamsGroups": []
}
},
@ -22760,14 +22760,14 @@
"descriptionHTML": "",
"bodyParameters": [
{
"description": "<p><strong>Required</strong>. The position of the column in a project</p>",
"description": "<p><strong>Required</strong>. The position of the column in a project. Can be one of: <code>first</code>, <code>last</code>, or <code>after:&#x3C;column_id></code> to place after the specified column.</p>",
"example": "last",
"type": "string",
"pattern": "^(?:first|last|after:\\d+)$",
"name": "position",
"in": "body",
"rawType": "string",
"rawDescription": "The position of the column in a project",
"rawDescription": "The position of the column in a project. Can be one of: `first`, `last`, or `after:<column_id>` to place after the specified column.",
"childParamsGroups": []
}
]

Просмотреть файл

@ -100992,7 +100992,7 @@
"schema": {
"properties": {
"position": {
"description": "The position of the card in a column",
"description": "The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.",
"example": "bottom",
"type": "string",
"pattern": "^(?:top|bottom|after:\\d+)$"
@ -102586,7 +102586,7 @@
"schema": {
"properties": {
"position": {
"description": "The position of the column in a project",
"description": "The position of the column in a project. Can be one of: `first`, `last`, or `after:<column_id>` to place after the specified column.",
"example": "last",
"type": "string",
"pattern": "^(?:first|last|after:\\d+)$"

Просмотреть файл

@ -58731,7 +58731,7 @@
"schema": {
"properties": {
"position": {
"description": "The position of the card in a column",
"description": "The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.",
"example": "bottom",
"type": "string",
"pattern": "^(?:top|bottom|after:\\d+)$"
@ -60325,7 +60325,7 @@
"schema": {
"properties": {
"position": {
"description": "The position of the column in a project",
"description": "The position of the column in a project. Can be one of: `first`, `last`, or `after:<column_id>` to place after the specified column.",
"example": "last",
"type": "string",
"pattern": "^(?:first|last|after:\\d+)$"

Просмотреть файл

@ -59374,7 +59374,7 @@
"schema": {
"properties": {
"position": {
"description": "The position of the card in a column",
"description": "The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.",
"example": "bottom",
"type": "string",
"pattern": "^(?:top|bottom|after:\\d+)$"
@ -60968,7 +60968,7 @@
"schema": {
"properties": {
"position": {
"description": "The position of the column in a project",
"description": "The position of the column in a project. Can be one of: `first`, `last`, or `after:<column_id>` to place after the specified column.",
"example": "last",
"type": "string",
"pattern": "^(?:first|last|after:\\d+)$"

Просмотреть файл

@ -62468,7 +62468,7 @@
"schema": {
"properties": {
"position": {
"description": "The position of the card in a column",
"description": "The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.",
"example": "bottom",
"type": "string",
"pattern": "^(?:top|bottom|after:\\d+)$"
@ -64062,7 +64062,7 @@
"schema": {
"properties": {
"position": {
"description": "The position of the column in a project",
"description": "The position of the column in a project. Can be one of: `first`, `last`, or `after:<column_id>` to place after the specified column.",
"example": "last",
"type": "string",
"pattern": "^(?:first|last|after:\\d+)$"

Просмотреть файл

@ -73742,7 +73742,7 @@
"schema": {
"properties": {
"position": {
"description": "The position of the card in a column",
"description": "The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.",
"example": "bottom",
"type": "string",
"pattern": "^(?:top|bottom|after:\\d+)$"
@ -75336,7 +75336,7 @@
"schema": {
"properties": {
"position": {
"description": "The position of the column in a project",
"description": "The position of the column in a project. Can be one of: `first`, `last`, or `after:<column_id>` to place after the specified column.",
"example": "last",
"type": "string",
"pattern": "^(?:first|last|after:\\d+)$"

Просмотреть файл

@ -86252,7 +86252,7 @@
"schema": {
"properties": {
"position": {
"description": "The position of the card in a column",
"description": "The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.",
"example": "bottom",
"type": "string",
"pattern": "^(?:top|bottom|after:\\d+)$"
@ -87846,7 +87846,7 @@
"schema": {
"properties": {
"position": {
"description": "The position of the column in a project",
"description": "The position of the column in a project. Can be one of: `first`, `last`, or `after:<column_id>` to place after the specified column.",
"example": "last",
"type": "string",
"pattern": "^(?:first|last|after:\\d+)$"

Просмотреть файл

@ -90969,7 +90969,7 @@
"schema": {
"properties": {
"position": {
"description": "The position of the card in a column",
"description": "The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.",
"example": "bottom",
"type": "string",
"pattern": "^(?:top|bottom|after:\\d+)$"
@ -92563,7 +92563,7 @@
"schema": {
"properties": {
"position": {
"description": "The position of the column in a project",
"description": "The position of the column in a project. Can be one of: `first`, `last`, or `after:<column_id>` to place after the specified column.",
"example": "last",
"type": "string",
"pattern": "^(?:first|last|after:\\d+)$"

Просмотреть файл

@ -91250,7 +91250,7 @@
"schema": {
"properties": {
"position": {
"description": "The position of the card in a column",
"description": "The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.",
"example": "bottom",
"type": "string",
"pattern": "^(?:top|bottom|after:\\d+)$"
@ -92844,7 +92844,7 @@
"schema": {
"properties": {
"position": {
"description": "The position of the column in a project",
"description": "The position of the column in a project. Can be one of: `first`, `last`, or `after:<column_id>` to place after the specified column.",
"example": "last",
"type": "string",
"pattern": "^(?:first|last|after:\\d+)$"

Просмотреть файл

@ -63270,7 +63270,7 @@
"schema": {
"properties": {
"position": {
"description": "The position of the card in a column",
"description": "The position of the card in a column. Can be one of: `top`, `bottom`, or `after:<card_id>` to place after the specified card.",
"example": "bottom",
"type": "string",
"pattern": "^(?:top|bottom|after:\\d+)$"
@ -64864,7 +64864,7 @@
"schema": {
"properties": {
"position": {
"description": "The position of the column in a project",
"description": "The position of the column in a project. Can be one of: `first`, `last`, or `after:<column_id>` to place after the specified column.",
"example": "last",
"type": "string",
"pattern": "^(?:first|last|after:\\d+)$"