Update Broker Broker Preference
PUT/brokers/:brokerId/broker-preferences/:id
Update Broker Broker Preference
Request
Path Parameters
brokerId stringrequired
id stringrequired
- application/json
Body
brokerId string
Broker
key string
Key
value string
Value
strict string
Strict
notes string
Notes
tags string
Tags
Responses
- 200
Updated Broker Broker Preference
- application/json
- Schema
- Example (from schema)
Schema
brokerId string
Broker
key string
Key
value string
Value
strict string
Strict
notes string
Notes
tags string
Tags
id string
Id
createdAt string
Created At
updatedAt string
Updated At
deletedAt string
Deleted At
deleted string
Deleted
createdBy string
Created By
updatedBy string
Updated By
deletedBy string
Deleted By
{
"brokerId": "string",
"key": "string",
"value": "string",
"strict": "string",
"notes": "string",
"tags": "string",
"id": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": "string",
"deleted": "string",
"createdBy": "string",
"updatedBy": "string",
"deletedBy": "string"
}
Loading...