Policies REST Endpoints
Policies
The operations from the Policies category.
- Create a new custom policy
- Method: postPath:
/apiplatform/administration/v1/policies - Get all policies
- Method: getPath:
/apiplatform/administration/v1/policies - Get policies of a specified type
- Method: getPath:
/apiplatform/administration/v1/policies/{type} - Get policies of a specified version and type
- Method: getPath:
/apiplatform/administration/v1/policies/{type}/versions/{version}