Update message Board url white list entry
Update a message Board url white list entry upon the existence and validation.
Request
URI
PUT
https://{api_host}/branding-service/api/messageboard/whiteListedUrls/{id}
COPY
Path Parameters
string
id
Required
The UUID of the message Board url white list entry to be updated
Request Body
The message Board url white list entry to be updated
MsgBoardUrlWhiteListEntry of type(s) application/json
Required
{
"id": "string",
"url": "string",
"tenant": "string"
}
string As uuid As uuid
id
Optional
id
string
url
Optional
url
string
tenant
Required
tenant
Responses
204
Operation doesn't return any data structure