1
0
mirror of synced 2026-01-03 15:05:54 -05:00

Update OpenAPI Descriptions (#18379)

This commit is contained in:
github-openapi-bot
2021-03-23 18:45:01 -04:00
committed by GitHub
parent edc36fac64
commit 6f2a5bcf45
4 changed files with 20 additions and 12 deletions

View File

@@ -53044,7 +53044,7 @@
{
"httpStatusCode": "204",
"httpStatusMessage": "No Content",
"description": "Default Response"
"description": "Default response"
}
],
"bodyParameters": [],
@@ -75840,7 +75840,7 @@
{
"httpStatusCode": "204",
"httpStatusMessage": "No Content",
"description": "Default Response"
"description": "Default response"
}
],
"bodyParameters": [],
@@ -87232,7 +87232,7 @@
}
],
"summary": "Get interaction restrictions for your public repositories",
"description": "Shows which type of GitHub user can interact with your public repositories and when the restriction expires. If there are no restrictions, you will see an empty response.",
"description": "Shows which type of GitHub user can interact with your public repositories and when the restriction expires.",
"tags": [
"interactions"
],
@@ -87255,13 +87255,18 @@
"subcategoryLabel": "User",
"notes": [],
"bodyParameters": [],
"descriptionHTML": "<p>Shows which type of GitHub user can interact with your public repositories and when the restriction expires. If there are no restrictions, you will see an empty response.</p>",
"descriptionHTML": "<p>Shows which type of GitHub user can interact with your public repositories and when the restriction expires.</p>",
"responses": [
{
"httpStatusCode": "200",
"httpStatusMessage": "OK",
"description": "Default response",
"payload": "<pre><code class=\"hljs language-json\">{\n <span class=\"hljs-attr\">\"limit\"</span>: <span class=\"hljs-string\">\"collaborators_only\"</span>,\n <span class=\"hljs-attr\">\"origin\"</span>: <span class=\"hljs-string\">\"user\"</span>,\n <span class=\"hljs-attr\">\"expires_at\"</span>: <span class=\"hljs-string\">\"2018-08-17T04:18:39Z\"</span>\n}\n</code></pre>"
},
{
"httpStatusCode": "204",
"httpStatusMessage": "No Content",
"description": "Response when there are no restrictions"
}
]
},