Skip to main content

Update a Supplier Catalog

PATCH 

https://api.staging.powerapi.com/api/v1/supplier_catalogs/:id

Update a Supplier Catalog

Request

Path Parameters

    id int32required

Body

required

    data

    object

    id stringrequired
    type stringrequired

    Possible values: [supplier_catalogs]

    attributes

    object

    name string

Responses

Update a Supplier Catalog

Schema

    any


Request Collapse all
Base URL
https://api.staging.powerapi.com
Auth
Parameters
— pathrequired
Body required
{
  "data": {
    "id": "string",
    "type": "supplier_catalogs",
    "attributes": {
      "name": "string"
    }
  }
}
ResponseClear

Click the Send API Request button above and see the response here!