Update an object
PATCH/v1/object/:id
Update an object's properties.
Request
Path Parameters
id stringrequired
Object UUID
- application/json
Body
required
Object
hard_body_radius numberrequired
Possible values: <= 512
Hard body radius of the object in meters
maneuverability boolean
norad_id intnullable
object_name stringrequired
Possible values: <= 256 characters
Responses
- 200
- 400
Object UUID
- application/json
- Schema
Schema
string
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
correlation_id string
error string
error_type string
metadata
{
"correlation_id": "string",
"error": "string",
"error_type": "string",
"metadata": {}
}
Loading...