Modify Declaration Information¶
POST /api/v1/workspace/declaration/modify
Overview¶
Body Request Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
declaration | json | Y | Workspace attribute claims information Example: {} Can be empty: False |
Additional Parameter Notes¶
Request Example¶
curl 'https://openapi.guance.com/api/v1/workspace/declaration/modify' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Content-Type: application/json;charset=UTF-8' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--data-raw $'{"declaration":{"aad12":["asdaf"],"business":["Business Unit","Industry Department One","Product Group"],"organization":"88"}}' \
--compressed