Workspaces

Update Workspace

Update a workspace.

put/v1/workspaces/{workspace_uuid}

Path parameters

workspace_uuidstring required

Request body

namestring required
organization_uuidstring required

Response

OK

workspace_uuidstring nullable
namestring nullable
organization_namestring nullable
organization_uuidstring nullable

Changes

Changed in 1 of the 25 revisions of this API.61

  • 9b529d67a7d061See the full diff
    • the response property name became optional for the status 200

      response-property-became-optional

    • the response property organization_name became optional for the status 200

      response-property-became-optional

    • the response property workspace_uuid became optional for the status 200

      response-property-became-optional

    • response property name list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property organization_name list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property workspace_uuid list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • added the optional property organization_uuid to the response with the 200 status

      response-optional-property-added