Skip to content

Commit 693c0f0

Browse files
Update OpenAPI 3.0 Descriptions
1 parent 24992cb commit 693c0f0

16 files changed

+24
-16
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13897,7 +13897,7 @@
1389713897
},
1389813898
"deployment_name": {
1389913899
"type": "string",
13900-
"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",
13900+
"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",
1390113901
"minLength": 1,
1390213902
"maxLength": 128
1390313903
},

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10065,7 +10065,8 @@ paths:
1006510065
description: |
1006610066
The unique identifier for the deployment represented by the new record. To accommodate differing
1006710067
containers and namespaces within a record set, the following format is recommended:
10068-
{namespaceName}-{deploymentName}-{containerName}
10068+
{namespaceName}-{deploymentName}-{containerName}.
10069+
The deployment_name must be unique across all entries in the deployments array.
1006910070
minLength: 1
1007010071
maxLength: 128
1007110072
github_repository:

descriptions/api.github.com/api.github.com.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13897,7 +13897,7 @@
1389713897
},
1389813898
"deployment_name": {
1389913899
"type": "string",
13900-
"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",
13900+
"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",
1390113901
"minLength": 1,
1390213902
"maxLength": 128
1390313903
},

0 commit comments

Comments
 (0)