1
0
mirror of synced 2025-12-30 12:02:01 -05:00

Update OpenAPI Descriptions

This commit is contained in:
github-openapi-bot
2022-08-15 15:13:42 -07:00
parent b425ae03a6
commit b372bd687d

View File

@@ -242553,8 +242553,8 @@
"examples": {
"default": {
"value": {
"repository_id": 1,
"ref": "main"
"ref": "main",
"machine": "standardLinux32gb"
}
}
}
@@ -248508,6 +248508,74 @@
}
}
},
"400": {
"description": "Bad Request",
"content": {
"application/json": {
"schema": {
"title": "Basic Error",
"description": "Basic Error",
"type": "object",
"properties": {
"message": {
"type": "string"
},
"documentation_url": {
"type": "string"
},
"url": {
"type": "string"
},
"status": {
"type": "string"
}
}
}
},
"application/scim+json": {
"schema": {
"title": "Scim Error",
"description": "Scim Error",
"type": "object",
"properties": {
"message": {
"type": [
"string",
"null"
]
},
"documentation_url": {
"type": [
"string",
"null"
]
},
"detail": {
"type": [
"string",
"null"
]
},
"status": {
"type": "integer"
},
"scimType": {
"type": [
"string",
"null"
]
},
"schemas": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
}
},
"401": {
"description": "Requires authentication",
"content": {