Update a client account logo
Path Parameters
stringrequired
The account's unique identifier
Parameters
stringbinaryrequired
Returns
stringhttps-url
An HTTPS URL.
The URL must match the following regular expression: ^https:\/\/[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&\/\/=]*)$
curl 'https://api.lune.co/v1/accounts/client/ljmkOq7vXd239gAE9WALWQ8ZGVD5ExNz/logo' \
-H 'Authorization: Bearer <API_KEY>' \
-H 'Content-Type: multipart/form-data' \
-X POST \
-F logo=@logo
{
"url": "https://lune.co"
}