Skip to main content

Update a configuration

PUT 

https://api.getcortexapp.com/api/v1/gitlab/configuration/:alias

WARNING: Updating aliases for configurations or changing the default configuration could cause entity YAMLs that use this integration to break.

Request

Responses

Successfully updated configuration

Authorization: http

name: bearerAuthtype: httpbearerFormat: JWTdescription: All requests to the Cortex API need to provide an `Authorization: Bearer <token>` header, where `<token>` is an API key created in the Settings page of your workspace.scheme: bearer
Request Collapse all
Base URL
https://api.getcortexapp.com
Auth
Parameters
— pathrequired
Body required
{
  "alias": "string",
  "groupNames": [
    "string"
  ],
  "hidePersonalProjects": true,
  "host": "string",
  "isDefault": true
}
ResponseClear

Click the Send API Request button above and see the response here!