Save Rabbit Mq Settings
Use this endpoint to create rabbitmq settings
Authorized Roles : PROVIDER
Request
URI
POST
https://{api_host}/provider/{providerId}/rabbit-settings
COPY
Path Parameters
string
providerId
Required
ID of the provider
Request Body
RabbitMqSettingsDto
of type(s)
application/json
Required
{
"endpoint": "string",
"port": 0
}
string
endpoint
Optional
endpoint
integer As int32
As int32
port
Optional
port
Responses
200
OK
Operation doesn't return any data structure
400
Bad Request
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/provider/{providerId}/rabbit-settings