I am trying to update an asset entry
JSON body
{
"id": "3844",
"objectTypeId": "58",
"attributes": [
"objectTypeAttributeId": "346",
"objectAttributeValues": [
{
"value": "Business Development"
}
],
"objectTypeAttributeId": "349",
"objectAttributeValues": [
{
"value": "5de546d905eece0d0920c044"
}
]
]
}
Using PostMan, I get
"errorMessages": [
"That input is not valid. Check the parameter value and try again."
],
"errors": {}
The first attribute is the default asset NAME attribute
The second is a user lookup field I added
The URL is correct, as if I change PUT to GET it returns the current values
Any ideas greatfully appreciated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.