Enums§
- ApiPages
GetError - struct for typed errors of method
api_pages_get
- ApiPages
IdDelete Error - struct for typed errors of method
api_pages_id_delete
- ApiPages
IdGet Error - struct for typed errors of method
api_pages_id_get
- ApiPages
IdPut Error - struct for typed errors of method
api_pages_id_put
- ApiPages
Post Error - struct for typed errors of method
api_pages_post
Functions§
- api_
pages_ get - This endpoint allows the client to retrieve details for all Page objects.
- api_
pages_ id_ delete - This endpoint allows the client to delete a single Page object, specified by ID.
- api_
pages_ id_ get - This endpoint allows the client to retrieve details for a single Page object, specified by ID.
- api_
pages_ id_ put - This endpoint allows the client to retrieve details for a single Page object, specified by ID.
- api_
pages_ post - This endpoint allows the client to create a new page.