Update data agreement personal data in wallet
PUT {{baseUrl}}/v1/data-agreements/personal-data/:attribute_id
Request Body
{"attribute_description"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"attribute_description":"\u003cstring\u003e","attribute_id":"\u003cstring\u003e","attribute_name":"\u003cstring\u003e","created_at":"\u003cinteger\u003e","data_agreement_template_id":"\u003cstring\u003e","data_agreement_template_version":"\u003cinteger\u003e","updated_at":"\u003cinteger\u003e"}