Create Domain

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired>=1 character
descriptionstring or nullOptional

Response

Successful Response
idstringformat: "uuid"
namestring
created_atdatetime
updated_atdatetime
descriptionstring or nullOptional
created_bystring or nullOptional
updated_bystring or nullOptional
term_set_countintegerOptionalDefaults to 0

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
500
Internal Server Error