latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-1127518479.8 KB

789e6ad3796c

GitLab Apps

Update GitLab App

Update an existing GitLab app.

patch/gitlab-apps/{gitlab_app_id}

Path parameters

gitlab_app_idinteger required

GitLab App ID

Request body

namestring

GitLab App name

html_urlstring

GitLab HTML URL

api_urlstring

GitLab API URL

custom_userstring

Custom user for SSH

custom_portinteger

Custom port for SSH

group_namestring nullable

Optional group filter

client_idstring nullable

OAuth Application ID

client_secretstring nullable

OAuth Application Secret

webhook_tokenstring nullable

Webhook secret token

redirect_uristring nullable

OAuth redirect URI

is_system_wideboolean

Is system wide (non-cloud instances only)

Response

GitLab app updated successfully

messagestring
dataobject

Updated GitLab app data

Example response

{
  "message": "GitLab app updated successfully"
}