workspaces

Create Workspace

post/api/workspaces

Request body

namestring required

Response

Successful Response

workspace_idstring required
namestring nullable required
created_atstring required
size_bytesinteger nullable required
size_file_countinteger nullable required
size_measured_atstring nullable required

Changes

Changed in 2 of the 16 revisions of this API.4

    • added the required property size_bytes to the response with the 201 status

      response-required-property-added

    • added the required property size_file_count to the response with the 201 status

      response-required-property-added

    • added the required property size_measured_at to the response with the 201 status

      response-required-property-added

    • endpoint added

      endpoint-added