Update data agreement personal data in wallet

PUT {{baseUrl}}/v1/data-agreements/personal-data/:attribute_id

Request Body

{"attribute_description"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;attribute_description&quot;:&quot;\u003cstring\u003e&quot;,&quot;attribute_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;attribute_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;created_at&quot;:&quot;\u003cinteger\u003e&quot;,&quot;data_agreement_template_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;data_agreement_template_version&quot;:&quot;\u003cinteger\u003e&quot;,&quot;updated_at&quot;:&quot;\u003cinteger\u003e&quot;}