From f404f77036b0c4518c8f84b63b5f8684424887ce Mon Sep 17 00:00:00 2001 From: github-openapi-bot <69533958+github-openapi-bot@users.noreply.github.com> Date: Wed, 16 Jun 2021 07:04:46 -0400 Subject: [PATCH] Update OpenAPI Descriptions (#19952) * Update OpenAPI Descriptions * Add decorated OpenAPI schema files Co-authored-by: github-openapi-bot --- lib/rest/static/decorated/api.github.com.json | 16 ++++++++-------- lib/rest/static/decorated/ghes-2.18.json | 16 ++++++++-------- lib/rest/static/decorated/ghes-2.19.json | 16 ++++++++-------- lib/rest/static/decorated/ghes-2.20.json | 16 ++++++++-------- lib/rest/static/decorated/ghes-2.21.json | 16 ++++++++-------- lib/rest/static/decorated/ghes-2.22.json | 16 ++++++++-------- lib/rest/static/decorated/ghes-3.0.json | 16 ++++++++-------- lib/rest/static/decorated/ghes-3.1.json | 16 ++++++++-------- lib/rest/static/decorated/github.ae.json | 16 ++++++++-------- .../dereferenced/api.github.com.deref.json | 4 ++-- .../static/dereferenced/ghes-2.18.deref.json | 4 ++-- .../static/dereferenced/ghes-2.19.deref.json | 4 ++-- .../static/dereferenced/ghes-2.20.deref.json | 4 ++-- .../static/dereferenced/ghes-2.21.deref.json | 4 ++-- .../static/dereferenced/ghes-2.22.deref.json | 4 ++-- lib/rest/static/dereferenced/ghes-3.0.deref.json | 4 ++-- lib/rest/static/dereferenced/ghes-3.1.deref.json | 4 ++-- .../static/dereferenced/github.ae.deref.json | 4 ++-- 18 files changed, 90 insertions(+), 90 deletions(-) diff --git a/lib/rest/static/decorated/api.github.com.json b/lib/rest/static/decorated/api.github.com.json index 7eeacd5c5d..1d96826854 100644 --- a/lib/rest/static/decorated/api.github.com.json +++ b/lib/rest/static/decorated/api.github.com.json @@ -29167,14 +29167,14 @@ "schema": { "properties": { "position": { - "description": "

Required. The position of the card in a column

", + "description": "

Required. 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+)$", "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:` to place after the specified card.", "childParamsGroups": [] }, "column_id": { @@ -29251,14 +29251,14 @@ "descriptionHTML": "", "bodyParameters": [ { - "description": "

Required. The position of the card in a column

", + "description": "

Required. 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+)$", "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:` to place after the specified card.", "childParamsGroups": [] }, { @@ -29932,14 +29932,14 @@ "schema": { "properties": { "position": { - "description": "

Required. The position of the column in a project

", + "description": "

Required. 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+)$", "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:` to place after the specified column.", "childParamsGroups": [] } }, @@ -30001,14 +30001,14 @@ "descriptionHTML": "", "bodyParameters": [ { - "description": "

Required. The position of the column in a project

", + "description": "

Required. 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+)$", "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:` to place after the specified column.", "childParamsGroups": [] } ] diff --git a/lib/rest/static/decorated/ghes-2.18.json b/lib/rest/static/decorated/ghes-2.18.json index 9147d3fbce..884780d38d 100644 --- a/lib/rest/static/decorated/ghes-2.18.json +++ b/lib/rest/static/decorated/ghes-2.18.json @@ -16742,14 +16742,14 @@ "schema": { "properties": { "position": { - "description": "

Required. The position of the card in a column

", + "description": "

Required. 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+)$", "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:` to place after the specified card.", "childParamsGroups": [] }, "column_id": { @@ -16826,14 +16826,14 @@ "descriptionHTML": "", "bodyParameters": [ { - "description": "

Required. The position of the card in a column

", + "description": "

Required. 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+)$", "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:` to place after the specified card.", "childParamsGroups": [] }, { @@ -17507,14 +17507,14 @@ "schema": { "properties": { "position": { - "description": "

Required. The position of the column in a project

", + "description": "

Required. 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+)$", "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:` to place after the specified column.", "childParamsGroups": [] } }, @@ -17576,14 +17576,14 @@ "descriptionHTML": "", "bodyParameters": [ { - "description": "

Required. The position of the column in a project

", + "description": "

Required. 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+)$", "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:` to place after the specified column.", "childParamsGroups": [] } ] diff --git a/lib/rest/static/decorated/ghes-2.19.json b/lib/rest/static/decorated/ghes-2.19.json index 12972e4fa7..965e4d4c73 100644 --- a/lib/rest/static/decorated/ghes-2.19.json +++ b/lib/rest/static/decorated/ghes-2.19.json @@ -16838,14 +16838,14 @@ "schema": { "properties": { "position": { - "description": "

Required. The position of the card in a column

", + "description": "

Required. 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+)$", "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:` to place after the specified card.", "childParamsGroups": [] }, "column_id": { @@ -16922,14 +16922,14 @@ "descriptionHTML": "", "bodyParameters": [ { - "description": "

Required. The position of the card in a column

", + "description": "

Required. 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+)$", "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:` to place after the specified card.", "childParamsGroups": [] }, { @@ -17603,14 +17603,14 @@ "schema": { "properties": { "position": { - "description": "

Required. The position of the column in a project

", + "description": "

Required. 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+)$", "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:` to place after the specified column.", "childParamsGroups": [] } }, @@ -17672,14 +17672,14 @@ "descriptionHTML": "", "bodyParameters": [ { - "description": "

Required. The position of the column in a project

", + "description": "

Required. 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+)$", "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:` to place after the specified column.", "childParamsGroups": [] } ] diff --git a/lib/rest/static/decorated/ghes-2.20.json b/lib/rest/static/decorated/ghes-2.20.json index 41058928ac..8155d5ba50 100644 --- a/lib/rest/static/decorated/ghes-2.20.json +++ b/lib/rest/static/decorated/ghes-2.20.json @@ -17312,14 +17312,14 @@ "schema": { "properties": { "position": { - "description": "

Required. The position of the card in a column

", + "description": "

Required. 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+)$", "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:` to place after the specified card.", "childParamsGroups": [] }, "column_id": { @@ -17396,14 +17396,14 @@ "descriptionHTML": "", "bodyParameters": [ { - "description": "

Required. The position of the card in a column

", + "description": "

Required. 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+)$", "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:` to place after the specified card.", "childParamsGroups": [] }, { @@ -18077,14 +18077,14 @@ "schema": { "properties": { "position": { - "description": "

Required. The position of the column in a project

", + "description": "

Required. 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+)$", "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:` to place after the specified column.", "childParamsGroups": [] } }, @@ -18146,14 +18146,14 @@ "descriptionHTML": "", "bodyParameters": [ { - "description": "

Required. The position of the column in a project

", + "description": "

Required. 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+)$", "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:` to place after the specified column.", "childParamsGroups": [] } ] diff --git a/lib/rest/static/decorated/ghes-2.21.json b/lib/rest/static/decorated/ghes-2.21.json index 0d462f5c30..d2341d1fdb 100644 --- a/lib/rest/static/decorated/ghes-2.21.json +++ b/lib/rest/static/decorated/ghes-2.21.json @@ -20764,14 +20764,14 @@ "schema": { "properties": { "position": { - "description": "

Required. The position of the card in a column

", + "description": "

Required. 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+)$", "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:` to place after the specified card.", "childParamsGroups": [] }, "column_id": { @@ -20848,14 +20848,14 @@ "descriptionHTML": "", "bodyParameters": [ { - "description": "

Required. The position of the card in a column

", + "description": "

Required. 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+)$", "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:` to place after the specified card.", "childParamsGroups": [] }, { @@ -21529,14 +21529,14 @@ "schema": { "properties": { "position": { - "description": "

Required. The position of the column in a project

", + "description": "

Required. 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+)$", "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:` to place after the specified column.", "childParamsGroups": [] } }, @@ -21598,14 +21598,14 @@ "descriptionHTML": "", "bodyParameters": [ { - "description": "

Required. The position of the column in a project

", + "description": "

Required. 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+)$", "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:` to place after the specified column.", "childParamsGroups": [] } ] diff --git a/lib/rest/static/decorated/ghes-2.22.json b/lib/rest/static/decorated/ghes-2.22.json index c8abaa53a3..71ed16a1e9 100644 --- a/lib/rest/static/decorated/ghes-2.22.json +++ b/lib/rest/static/decorated/ghes-2.22.json @@ -25013,14 +25013,14 @@ "schema": { "properties": { "position": { - "description": "

Required. The position of the card in a column

", + "description": "

Required. 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+)$", "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:` to place after the specified card.", "childParamsGroups": [] }, "column_id": { @@ -25097,14 +25097,14 @@ "descriptionHTML": "", "bodyParameters": [ { - "description": "

Required. The position of the card in a column

", + "description": "

Required. 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+)$", "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:` to place after the specified card.", "childParamsGroups": [] }, { @@ -25778,14 +25778,14 @@ "schema": { "properties": { "position": { - "description": "

Required. The position of the column in a project

", + "description": "

Required. 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+)$", "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:` to place after the specified column.", "childParamsGroups": [] } }, @@ -25847,14 +25847,14 @@ "descriptionHTML": "", "bodyParameters": [ { - "description": "

Required. The position of the column in a project

", + "description": "

Required. 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+)$", "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:` to place after the specified column.", "childParamsGroups": [] } ] diff --git a/lib/rest/static/decorated/ghes-3.0.json b/lib/rest/static/decorated/ghes-3.0.json index ce40c4e631..558629a746 100644 --- a/lib/rest/static/decorated/ghes-3.0.json +++ b/lib/rest/static/decorated/ghes-3.0.json @@ -28962,14 +28962,14 @@ "schema": { "properties": { "position": { - "description": "

Required. The position of the card in a column

", + "description": "

Required. 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+)$", "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:` to place after the specified card.", "childParamsGroups": [] }, "column_id": { @@ -29046,14 +29046,14 @@ "descriptionHTML": "", "bodyParameters": [ { - "description": "

Required. The position of the card in a column

", + "description": "

Required. 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+)$", "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:` to place after the specified card.", "childParamsGroups": [] }, { @@ -29727,14 +29727,14 @@ "schema": { "properties": { "position": { - "description": "

Required. The position of the column in a project

", + "description": "

Required. 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+)$", "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:` to place after the specified column.", "childParamsGroups": [] } }, @@ -29796,14 +29796,14 @@ "descriptionHTML": "", "bodyParameters": [ { - "description": "

Required. The position of the column in a project

", + "description": "

Required. 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+)$", "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:` to place after the specified column.", "childParamsGroups": [] } ] diff --git a/lib/rest/static/decorated/ghes-3.1.json b/lib/rest/static/decorated/ghes-3.1.json index b1113780f2..d10806005d 100644 --- a/lib/rest/static/decorated/ghes-3.1.json +++ b/lib/rest/static/decorated/ghes-3.1.json @@ -29100,14 +29100,14 @@ "schema": { "properties": { "position": { - "description": "

Required. The position of the card in a column

", + "description": "

Required. 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+)$", "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:` to place after the specified card.", "childParamsGroups": [] }, "column_id": { @@ -29184,14 +29184,14 @@ "descriptionHTML": "", "bodyParameters": [ { - "description": "

Required. The position of the card in a column

", + "description": "

Required. 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+)$", "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:` to place after the specified card.", "childParamsGroups": [] }, { @@ -29865,14 +29865,14 @@ "schema": { "properties": { "position": { - "description": "

Required. The position of the column in a project

", + "description": "

Required. 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+)$", "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:` to place after the specified column.", "childParamsGroups": [] } }, @@ -29934,14 +29934,14 @@ "descriptionHTML": "", "bodyParameters": [ { - "description": "

Required. The position of the column in a project

", + "description": "

Required. 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+)$", "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:` to place after the specified column.", "childParamsGroups": [] } ] diff --git a/lib/rest/static/decorated/github.ae.json b/lib/rest/static/decorated/github.ae.json index 0fa186bdce..6cc49f3d28 100644 --- a/lib/rest/static/decorated/github.ae.json +++ b/lib/rest/static/decorated/github.ae.json @@ -21926,14 +21926,14 @@ "schema": { "properties": { "position": { - "description": "

Required. The position of the card in a column

", + "description": "

Required. 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+)$", "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:` to place after the specified card.", "childParamsGroups": [] }, "column_id": { @@ -22010,14 +22010,14 @@ "descriptionHTML": "", "bodyParameters": [ { - "description": "

Required. The position of the card in a column

", + "description": "

Required. 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+)$", "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:` to place after the specified card.", "childParamsGroups": [] }, { @@ -22691,14 +22691,14 @@ "schema": { "properties": { "position": { - "description": "

Required. The position of the column in a project

", + "description": "

Required. 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+)$", "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:` to place after the specified column.", "childParamsGroups": [] } }, @@ -22760,14 +22760,14 @@ "descriptionHTML": "", "bodyParameters": [ { - "description": "

Required. The position of the column in a project

", + "description": "

Required. 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+)$", "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:` to place after the specified column.", "childParamsGroups": [] } ] diff --git a/lib/rest/static/dereferenced/api.github.com.deref.json b/lib/rest/static/dereferenced/api.github.com.deref.json index c69765e4d2..e174e07861 100644 --- a/lib/rest/static/dereferenced/api.github.com.deref.json +++ b/lib/rest/static/dereferenced/api.github.com.deref.json @@ -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:` 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:` to place after the specified column.", "example": "last", "type": "string", "pattern": "^(?:first|last|after:\\d+)$" diff --git a/lib/rest/static/dereferenced/ghes-2.18.deref.json b/lib/rest/static/dereferenced/ghes-2.18.deref.json index 1cca9f71cc..6d2a260166 100644 --- a/lib/rest/static/dereferenced/ghes-2.18.deref.json +++ b/lib/rest/static/dereferenced/ghes-2.18.deref.json @@ -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:` 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:` to place after the specified column.", "example": "last", "type": "string", "pattern": "^(?:first|last|after:\\d+)$" diff --git a/lib/rest/static/dereferenced/ghes-2.19.deref.json b/lib/rest/static/dereferenced/ghes-2.19.deref.json index 18d797236c..24b66313e7 100644 --- a/lib/rest/static/dereferenced/ghes-2.19.deref.json +++ b/lib/rest/static/dereferenced/ghes-2.19.deref.json @@ -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:` 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:` to place after the specified column.", "example": "last", "type": "string", "pattern": "^(?:first|last|after:\\d+)$" diff --git a/lib/rest/static/dereferenced/ghes-2.20.deref.json b/lib/rest/static/dereferenced/ghes-2.20.deref.json index e3d6ce48d3..a008f20ff4 100644 --- a/lib/rest/static/dereferenced/ghes-2.20.deref.json +++ b/lib/rest/static/dereferenced/ghes-2.20.deref.json @@ -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:` 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:` to place after the specified column.", "example": "last", "type": "string", "pattern": "^(?:first|last|after:\\d+)$" diff --git a/lib/rest/static/dereferenced/ghes-2.21.deref.json b/lib/rest/static/dereferenced/ghes-2.21.deref.json index d97982cfc4..5d3cd20317 100644 --- a/lib/rest/static/dereferenced/ghes-2.21.deref.json +++ b/lib/rest/static/dereferenced/ghes-2.21.deref.json @@ -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:` 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:` to place after the specified column.", "example": "last", "type": "string", "pattern": "^(?:first|last|after:\\d+)$" diff --git a/lib/rest/static/dereferenced/ghes-2.22.deref.json b/lib/rest/static/dereferenced/ghes-2.22.deref.json index 720ed9ff16..1d971714b5 100644 --- a/lib/rest/static/dereferenced/ghes-2.22.deref.json +++ b/lib/rest/static/dereferenced/ghes-2.22.deref.json @@ -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:` 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:` to place after the specified column.", "example": "last", "type": "string", "pattern": "^(?:first|last|after:\\d+)$" diff --git a/lib/rest/static/dereferenced/ghes-3.0.deref.json b/lib/rest/static/dereferenced/ghes-3.0.deref.json index 5acaf36f73..d823573eb2 100644 --- a/lib/rest/static/dereferenced/ghes-3.0.deref.json +++ b/lib/rest/static/dereferenced/ghes-3.0.deref.json @@ -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:` 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:` to place after the specified column.", "example": "last", "type": "string", "pattern": "^(?:first|last|after:\\d+)$" diff --git a/lib/rest/static/dereferenced/ghes-3.1.deref.json b/lib/rest/static/dereferenced/ghes-3.1.deref.json index 7d4223e686..988e859bd6 100644 --- a/lib/rest/static/dereferenced/ghes-3.1.deref.json +++ b/lib/rest/static/dereferenced/ghes-3.1.deref.json @@ -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:` 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:` to place after the specified column.", "example": "last", "type": "string", "pattern": "^(?:first|last|after:\\d+)$" diff --git a/lib/rest/static/dereferenced/github.ae.deref.json b/lib/rest/static/dereferenced/github.ae.deref.json index 7f5413638d..b6d9fde6a6 100644 --- a/lib/rest/static/dereferenced/github.ae.deref.json +++ b/lib/rest/static/dereferenced/github.ae.deref.json @@ -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:` 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:` to place after the specified column.", "example": "last", "type": "string", "pattern": "^(?:first|last|after:\\d+)$"