POST
/
workspace
/
trello
/
{workspaceId}
/
format
curl --request POST \
  --url https://api.hyra.io/workspace/trello/{workspaceId}/format \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "board": "<string>",
  "format": {
    "type": "space",
    "position": 123
  }
}'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

workspaceId
string
required

Body

application/json

Response

200 - application/json

Default Response

The response is of type object.