Broods
Add brood
post/broods/add
Request body
Example request
{
"uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
"organisation_id": 1
}Response
Brood response
Example response
{
"id": 1,
"uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
"organisation_id": 1,
"organisation": {
"id": 1,
"uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
"created": "2022-01-05T11:19:26+00:00",
"modified": "2022-01-05T11:19:26+00:00",
"tags": [
{
"id": 1,
"name": "white",
"namespace": "tlp",
"colour": "FFFFFF",
"text_colour": "white",
"created": "2022-01-05T11:19:26+00:00",
"modified": "2022-01-05T11:19:26+00:00"
}
]
},
"created": "2022-01-05T11:19:26+00:00",
"modified": "2022-01-05T11:19:26+00:00"
}Changes
Changed in 2 of the 19 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 79 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲