Skip to main content
POST
/
groups
/
{id}
/
tool-catalogues
Add a tool catalogue to a group
curl --request POST \
  --url http://localhost:8080/api/v1/groups/{id}/tool-catalogues \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "data": {
    "id": "<string>",
    "type": "<string>"
  }
}
'
This response has no body data.

Authorizations

Authorization
string
header
required

Path Parameters

id
integer
required

Group ID

Body

application/json

Tool Catalogue to add

Group-ToolCatalogue relationship input model

data
object