POST
/
admin
/
api
/
v1
/
SubClient
/
{id}
/
logo
Update Registered Client Logo
curl --request POST \
  --url https://dashboard-api.meshconnect.com/admin/api/v1/SubClient/{id}/logo \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form logoFile=@example-file
{
  "status": "ok",
  "message": "<string>",
  "displayMessage": "<string>",
  "errorHash": "<string>",
  "errorType": "<string>",
  "errorData": "<any>",
  "content": {
    "logoUrl": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Authorization header using the Bearer scheme. Example: "Authorization: Bearer {Value}"

Path Parameters

id
string<uuid>
required

Body

multipart/form-data

Response

200 - application/json

OK

The response is of type object.