List or Create Platforms

View as Markdown

Lists all available platforms or creates a new platform (admin only).

Request

This endpoint expects an object.
namestringRequired<=255 characters
urlstringRequiredformat: "uri"<=200 characters
deleted_atdatetime or nullOptional
is_activebooleanOptional
created_bystring or nullOptional<=255 characters
updated_bystring or nullOptional<=255 characters
deleted_bystring or nullOptional<=255 characters
descriptionstringOptional

Response

List of platforms
idintegerRead-only
uidstringRead-onlyformat: "uuid"
created_atdatetimeRead-only
updated_atdatetimeRead-only
namestring<=255 characters
urlstringformat: "uri"<=200 characters
deleted_atdatetime or null
is_activeboolean
created_bystring or null<=255 characters
updated_bystring or null<=255 characters
deleted_bystring or null<=255 characters
descriptionstring

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error