Bridges
This endpoints updates multiple bridges with provided updateField.
post/bridges:bulkUpdate
Request body
Example request
{
"ids": [
"10088cde",
"10088ceb",
"10088abc"
],
"updateFields": {
"locationId": "2428fda3-389f-48ce-b062-85875dd6b2e2"
}
}Response
Bridges updated
Example response
{
"response": {
"10088cde": {
"status": 400
},
"10088ceb": {
"status": 204
},
"10088abc": {
"status": 500
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.