Supported Formats

json

Errors

Code Description
400

Examples

PATCH /brands/4294
{
  "name": "Fender",
  "brand": {
    "name": "Fender"
  }
}
202
{
  "id": 4294,
  "name": "Fender",
  "approved": false,
  "type": "Guitars"
}

Params

Param name Description
name
required

Validations:

  • Must be a String

type_id
optional

Brand type. Only necessary if you are using the generic API (api.axefax.com)

Validations:

  • Must be Integer.