POST
/control-plane/api/v1/v1/documentation/{organization_id}/{documentation_id}/version/{version_id}/set-deprecated
Authentication
API Key (BearerAuth)
Header:
Authorization
Path Parameters
organization_idstringrequired
Organization ID
documentation_idstringrequired
Documentation ID
version_idstringrequired
Version ID
Request Body
Deprecated status
Required
deprecatedboolean
Example:
{
"deprecated": true
}Responses
200
OK
Example:
{
"key": "value"
}400
Bad Request
Example:
{
"key": "value"
}500
Internal Server Error
Example:
{
"key": "value"
}