Skip to main content
PUT
/
suppliers
/
{supplierPublicId}
Update a supplier
curl --request PUT \
  --url https://api.maalbar.dk/suppliers/{supplierPublicId} \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '
{
  "name": "<string>"
}
'
{
  "publicId": "<string>",
  "name": "<string>"
}

Authorizations

X-Api-Key
string
header
required

Body

application/json
name
string
required
Required string length: 1 - 255

Response

Successful response

publicId
string
required
name
string
required