Skip to content

Update Supplier Detail

PUT
/suppliers/{id}

Parameters

Path Parameters

id
required
integer

ID of the Supplier

Request Body

object
name
string
Example
{
"name": "ACME"
}

Responses

204

No Content