Request
Body Params application/json
{
"name": "string",
"description": "string",
"environments": [
1
]
}
Request Code Samples
curl --location --request POST 'https://prod.your-api-server.com/api/applications' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string",
"environments": [
1
]
}'
Responses
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"description": "string",
"environments": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"environmentType": 1,
"token": "b5507016-7da2-4777-a161-1e8042a6a377"
}
]
}
Modified at 2025-02-23 22:08:56