post https://api.dastra.eu/v1/ws//Teams
Example Create
POST /
{
"id": 0,
"label": "ApiCreated",
"ref": "api0123456",
"areas": [
1
],
"users": [
26,29
]
}
Log in to see full request history
Response
200OK
Example Create
POST /
{
"id": 0,
"label": "ApiCreated",
"ref": "api0123456",
"areas": [
1
],
"users": [
26,29
]
}
200OK
xxxxxxxxxx
curl --request POST \
--url https://api.dastra.eu/v1/ws/workspaceId/Teams \
--header 'content-type: application/*+json'
Try It!
to start a request and see the response here!