cURL
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 }
Set Trello board format for a workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
The response is of type object.
object