Update a RUM application
PATCH {{baseUrl}}/api/v2/rum/applications/:id
Update the RUM application with given ID in your organization.
Request Body
{"data"=>{"id"=>"<string>", "type"=>"rum_application_update", "attributes"=>{"name"=>"<string>", "type"=>"<string>"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"attributes":{"application_id":"\u003cstring\u003e","client_token":"\u003cstring\u003e","created_at":"\u003clong\u003e","created_by_handle":"\u003cstring\u003e","name":"\u003cstring\u003e","org_id":"\u003cinteger\u003e","type":"\u003cstring\u003e","updated_at":"\u003clong\u003e","updated_by_handle":"\u003cstring\u003e","hash":"\u003cstring\u003e","is_active":"\u003cboolean\u003e"},"id":"\u003cstring\u003e","type":"rum_application"}}