Update Framework
PATCH {{baseUrl}}/framework/v1/update/{{frameworkId}}
This API is associated with updating a framework
- The endpoint for Update Framework is /framework/v1/update/{ID}
- It points to knowledge-mw-service - /v1/framework/update/{ID}
- The fieldsmarked with an asterisk (*) are mandatory. They cannot be null or empty.
Request Body
{"request"=>{"framework"=>{"description"=>"Dumy framework updated"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Channel-Id | string | (Required) It is the Unique Id to identify the root organisation to which the user belongs | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"id":"api.framework.update","ver":"1.0","ts":"2020-12-14T09:57:20.317Z","params":{"resmsgid":"c1871ed0-3df2-11eb-9ff3-67c41480f6aa","msgid":"c17ff2e0-3df2-11eb-9ff3-67c41480f6aa","status":"successful","err":null,"errmsg":null},"responseCode":"OK","result":{"node_id":"dummy_framework","versionKey":"1607939840281"}}