Skip to main content
PUT
/
assettypes
/
{id}
Update a assettype
curl --request PUT \
  --url https://api-staging.pixwel.com/api/assettypes/{id} \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "1x1-assets",
  "category": "av",
  "group": "digital",
  "created": "<string>",
  "$links": {
    "self": "//api-staging.pixwel.com/api/Assettypes/1x1-assets"
  }
}
'
{
  "name": "1x1-assets",
  "category": "av",
  "group": "digital",
  "created": "<string>",
  "$links": {
    "self": "//api-staging.pixwel.com/api/Assettypes/1x1-assets"
  }
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

Body

application/json
name
string
Example:

"1x1-assets"

category
string
Example:

"av"

group
string
Example:

"digital"

created
string | null

Response

200 - application/json

OK

name
string
Example:

"1x1-assets"

category
string
Example:

"av"

group
string
Example:

"digital"

created
string | null