Update Dl
PUT/v1/armada/datacenter_location/:dl_id
Update a datacenter location
Request
Path Parameters
dl_id uuidrequired
The datacenter location ID
- application/json
Body
required
description Description (string)required
Possible values: non-empty
Which datacenter region this is in using the language of the provider. Could be things like us-east-1, us-west-2, etc.
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
description Description (string)required
Possible values: non-empty
Which datacenter region this is in using the language of the provider. Could be things like us-east-1, us-west-2, etc.
datacenter_location_id uuidrequired
{
"description": "string",
"datacenter_location_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...