v1

latestOpenAPI 3.0.02026-07-17508972.4 KB
Broods

Edit brood

put/broods/edit/{broodId}

Path parameters

broodIdinteger required
Example:1

Numeric ID of the Brood

Request body

uuidstring uuid
namestring
urlstring
descriptionstring
organisation_idinteger
trustedboolean

Trusted upstream source

pullboolean

Enable pulling of trust information

skip_proxyboolean
authkeystring

Example request

{
  "uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
  "organisation_id": 1
}

Response

Brood response

idinteger
uuidstring uuid
namestring
urlstring
descriptionstring
organisation_idinteger
trustedboolean

Trusted upstream source

pullboolean

Enable pulling of trust information

skip_proxyboolean
authkeystring
createdstring datetime
modifiedstring datetime

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"
}