Return policy to editing. Only users with the Standard Registry can make request
PUT /tools/{id}/draft
Return policy to editing. Only users with the Standard Registry role are allowed to make the request.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
id
string
Tool ID
Response
{
description: Successful operation.
content:
application/json:
schema:
$ref: '#/components/schemas/ToolValidationDTO'
}{
description: Unauthorized.
}{
description: Forbidden.
}{
description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'
}Last updated