IDP App Configurations

IDP App Configurations

Toggle Plugin

Toggle Backstage Plugin

Securityx-api-key
Request
path Parameters
plugin-id
required
string

Plugin Identifier

query Parameters
plugin_name
string

Plugin name for filtering

enabled
required
boolean

flag for checking enablement/disablement

header Parameters
Harness-Account
string

Identifier field of the account the resource is scoped to.

Responses
200

Example response

post/v1/plugin-toggle/{plugin-id}
Request samples
Response samples
{
  • "app_config": {
    }
}

Save Or Update Plugin Config

Save or Update Plugin Config

Securityx-api-key
Request
header Parameters
Harness-Account
string

Identifier field of the account the resource is scoped to.

Request Body schema: application/json
required
object (AppConfig)
Responses
200

Example response

post/v1/app-config
Request samples
application/json
{
  • "app_config": {
    }
}
Response samples
{
  • "app_config": {
    }
}