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 type application/json
object
instance_url

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

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

OK

Media type application/json
object
success
boolean
Example generated
{
"success": true
}

Bad Request

Unauthorized

Forbidden

Unprocessable entity