Hi all,
Before accessModelMetadata
was introduced we could do this:
- Take the JSON of an existing role
- Remove the id attribute
- Change all the values you want changed (including name)
- Create the role by passing the JSON to the
POST /v2024/roles
API.
Now if we create a basic role, then use this role in the steps above, we get this error:
400: Value of accessModelMetadata should be null
.
The value accessModelMetadata
of the JSON of the basic role was:
"accessModelMetadata": {
"attributes": []
}
This is completely fine data, that the create API must be able to consume. Because it doesnβt, it breaks our process.
Kind regards,
Angelo