Update a TOU statement

PATCH {{HOST}}/admin/v1/TermsOfUseStatements/{{termsofusestatementsid}}

Use this example to update a terms of use statement.

Request Body

{"schemas"=>["urn:ietf:params:scim:api:messages:2.0:PatchOp"], "Operations"=>[{"op"=>"add", "path"=>"locale", "value"=>"fr"}]}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: OK

{"idcsLastModifiedBy":{"type":"App","value":"006ee45fc7b04d0ab2649d643d8fec42","display":"OAuth Client","$ref":"https://tenant-base-url/admin/v1/Apps/006ee45fc7b04d0ab2649d643d8fec42"},"idcsCreatedBy":{"type":"App","display":"OAuth Client","value":"006ee45fc7b04d0ab2649d643d8fec42","$ref":"https://tenant-base-url/admin/v1/Apps/006ee45fc7b04d0ab2649d643d8fec42"},"locale":"fr","statement":"This statement describe the information we process to support our products and features offered by our products. To provide our products to you, we must porcess information about you. The type of information that we collect depends on how you use our products. More Terms of Use statement content......","id":"3a81c262d65f4c37983a5295b9d3698b","meta":{"created":"2018-10-18T17:15:05.152Z","lastModified":"2018-10-18T21:14:15.835Z","resourceType":"TermsOfUseStatement","location":"https://tenant-base-url/admin/v1/TermsOfUseStatements/3a81c262d65f4c37983a5295b9d3698b"},"schemas":["urn:ietf:params:scim:schemas:oracle:idcs:TermsOfUseStatement"]}