v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Target App

Update Target App

patch/console/v1/target_app/{id}

Path parameters

idstring required

id

Request body

namestring

name of the target app

descriptionstring

a description of the target app

Example request

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

Response

Update Target App Success

messagestring

Example response

{
  "message": "Target apps updated successfully."
}