v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Target App

Create Target App

post/console/v1/target_app

Request body

namestring required

name of the target app

descriptionstring required

a description of the target app

gatesstring[]

Gate IDs to assign to target app(s)

dynamicConfigsstring[]

Dynamic Config IDs to assign to target app(s)

experimentsstring[]

Experiment IDs to assign to target app(s)

layersstring[]

Layer IDs to assign to target app(s)

parameterStoresstring[]

Parameter Store IDs to assign to target app(s)

Example request

{
  "name": "string",
  "description": "a description"
}

Response

Create Target App Success

messagestring required

A simple string explaining the result of the operation.

Example response

{
  "name": "Target app 1",
  "description": "Example description",
  "gates": [
    "Example gate"
  ],
  "dynamicConfigs": [
    "Example dynamic config"
  ],
  "experiments": [
    "Example experiment"
  ]
}