HEAD/spaces/api/v1/spaces/{spaceID}.json

Returns whether or not the slug is already in use

Path Params

  • Name
    spaceID
    Type
    integer
    required
    Description

Responses

  • Code
    200
    Description
    200 OK No Data
  • Code
    409
    Description
    409 Conflict No Data
  • Code
    500
    Type
    object
    Schema
    Description
    500 Internal Server Error

Examples

500 Internal Server Error

errResp
{
  "Code": 0,
  "Detail": "string",
  "ID": "string",
  "Title": "string"
}