Terms Of Uses REST Endpoints
Terms Of Use/Terms Of Uses
Use this endpoint to manage terms of use, which maintains the terms of use statements for applications.
Added In Release: 18.2.6
Added In Release: 18.2.6
- Create a Terms Of Use
- Method: postPath:
/admin/v1/TermsOfUses - Delete a Terms Of Use
- Method: deletePath:
/admin/v1/TermsOfUses/{id} - Get a Terms Of Use
- Method: getPath:
/admin/v1/TermsOfUses/{id} - HTTP Options
- Method:Path:
/admin/v1/TermsOfUses - Replace a Terms Of Use
- Method: putPath:
/admin/v1/TermsOfUses/{id} - Search Terms Of Uses
- Method: getPath:
/admin/v1/TermsOfUses - Search Terms Of Uses Using POST
- Method: postPath:
/admin/v1/TermsOfUses/.search - Update a Terms Of Use
- Method: patchPath:
/admin/v1/TermsOfUses/{id}