Skip to main content
POST
/
v1
/
applications
/
skills
Add Skill To Archer
curl --request POST \
  --url https://{api_endpoint}/api/v1/applications/skills \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "artifact_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "artifact_group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "routing_description": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
artifact_id
string<uuid>
required

Artifact Id

artifact_group_id
string<uuid>
required

Artifact Group Id

routing_description
string
required

Routing description for the artifact

Required string length: 1 - 500

Response

Successful Response