Skip to content

Update the GitLab for Jira (Forge) installation instance URL

PUT
/api/v4/integrations/jira_forge/installation

Sets the GitLab instance the installation points at. Omit instance_url (or send null) for GitLab.com. Requires a Jira site or organization admin.

Media typeapplication/json
object
instance_url

Base URL of the self-managed GitLab instance; null for GitLab.com

string
nullable <= 1024 characters
Examplegenerated
{
"instance_url": "example"
}

OK

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

Bad Request

Unauthorized

Forbidden

Unprocessable entity