Promote Project Code Types To Workspace

put

/api/restapi/codeType/promote

Send a request to this endpoint to promote the project code types provided in the payload to their immediate workspaces.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityPromoteProjectCodeType>
Type: array
Title: List<ApiEntityPromoteProjectCodeType>
Show Source
Nested Schema : ApiEntityPromoteProjectCodeType
Type: object
Title: ApiEntityPromoteProjectCodeType
Show Source
Back to Top

Response

204 Response

Successful operation with no content.

400 Response

Invalid input for the Code Type service. Verify the request contains valid data, then resubmit the request.
Back to Top