Create Environment Overlay Entry
POST/v1/product/:product_id/environment/:environment_id/overlay
Create a new overlay entry for an environment
Request
Path Parameters
product_id uuidrequired
The product ID
environment_id uuidrequired
The environment ID
- application/json
Body
required
overlay_id uuidrequired
ID of the overlay
Responses
- 201
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
overlay_id uuidrequired
ID of the overlay
{
"overlay_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...