Edit a assignment requests attribute value.
PATCH {{baseUrl}}/attribute-assignments
Edit a given attribute assignment request. This endpoint should be used by the data-provider to add/provide data.
This will trigger the assignment flow.
This changes the status to submitted
.
Request Body
{"0"=>{"id"=>"<uuid>", "attributeValue"=>"<string>"}, "1"=>{"id"=>"<uuid>", "attributeValue"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
""