cURL
curl --request POST \ --url https://api.mottostreaming.com/cms/entities/v1 \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "project_id": "<string>", "type_id": "<string>", "name": "<string>", "description": "<string>", "thumbnail_asset_id": "<string>", "disabled": true, "fields": {}, "visibility": "VISIBILITY_UNSPECIFIED", "localized_name": {}, "localized_description": {}, "localized_thumbnail_asset_id": {} }'
{ "entity": { "id": "<string>", "project_id": "<string>", "type_id": "<string>", "name": "<string>", "description": "<string>", "thumbnail_asset_id": "<string>", "disabled": true, "fields": {}, "visibility": "VISIBILITY_UNSPECIFIED", "create_time": "2023-11-07T05:31:56Z", "localized_name": {}, "localized_description": {}, "localized_thumbnail_asset_id": {} } }
CreateEntity
Creates new entity.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Entity represents some object, such as competition, conference, team or person.
OK
The response is of type object.
object