Skip to content

Subscribe a namespace to a JiraConnectInstallation

POST
/api/v4/integrations/jira_connect/subscriptions

Subscribes the namespace to the JiraConnectInstallation

Media typeapplication/json
object
jwt
required

JWT token for authorization with the Jira Connect installation

string
nullable
namespace_path
required

Path for the namespace that should be subscribed

string
nullable
Examplegenerated
{
"jwt": "example",
"namespace_path": "example"
}

Created

Media typeapplication/json
object
success
object
Examplegenerated
{
"success": {}
}

Bad request

Unauthorized

Forbidden

Not found