Update Sender
PUT/sender-details/:id
Update an existing sender
Request
Path Parameters
id uuidrequired
ID of the sender to update
- application/json
Body
required
name string
email string
replyTo string
address string
city string
region string
country string
postalCode string
Responses
- 204
- 400
- 401
- 405
Successful operation
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "Some error message"
}
API key is missing or invalid
Method Not Allowed
Loading...