Skip to content

Commit ffe0006

Browse files
Update OpenAPI 3.1 Descriptions
1 parent 24992cb commit ffe0006

16 files changed

+24
-16
lines changed

descriptions-next/api.github.com/api.github.com.2022-11-28.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13969,7 +13969,7 @@
1396913969
},
1397013970
"deployment_name": {
1397113971
"type": "string",
13972-
"description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}\n",
13972+
"description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}.\nThe deployment_name must be unique across all entries in the deployments array.\n",
1397313973
"minLength": 1,
1397413974
"maxLength": 128
1397513975
},

descriptions-next/api.github.com/api.github.com.2022-11-28.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10099,7 +10099,8 @@ paths:
1009910099
description: |
1010010100
The unique identifier for the deployment represented by the new record. To accommodate differing
1010110101
containers and namespaces within a record set, the following format is recommended:
10102-
{namespaceName}-{deploymentName}-{containerName}
10102+
{namespaceName}-{deploymentName}-{containerName}.
10103+
The deployment_name must be unique across all entries in the deployments array.
1010310104
minLength: 1
1010410105
maxLength: 128
1010510106
github_repository:

descriptions-next/api.github.com/api.github.com.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13969,7 +13969,7 @@
1396913969
},
1397013970
"deployment_name": {
1397113971
"type": "string",
13972-
"description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}\n",
13972+
"description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}.\nThe deployment_name must be unique across all entries in the deployments array.\n",
1397313973
"minLength": 1,
1397413974
"maxLength": 128
1397513975
},

0 commit comments

Comments
 (0)