# \PolicyApi
All URIs are relative to *https://api.antimatter.io/v2*
[**domain_create_data_policy**](PolicyApi.md#domain_create_data_policy) | **POST** /domains/{domainID}/control/data-policy | Create a new data policy
[**domain_create_policy_rule**](PolicyApi.md#domain_create_policy_rule) | **POST** /domains/{domainID}/control/policy | Create a domain policy rule
[**domain_data_policy_configure_rules**](PolicyApi.md#domain_data_policy_configure_rules) | **POST** /domains/{domainID}/control/data-policy/{policyID}/rules | Configure data policy rules
[**domain_data_policy_rule_update**](PolicyApi.md#domain_data_policy_rule_update) | **PUT** /domains/{domainID}/control/data-policy/{policyID}/rules/{ruleID} | Configure data policy rule
[**domain_delete_data_policy**](PolicyApi.md#domain_delete_data_policy) | **DELETE** /domains/{domainID}/control/data-policy/{policyID} | Delete a data policy
[**domain_delete_data_policy_rule**](PolicyApi.md#domain_delete_data_policy_rule) | **DELETE** /domains/{domainID}/control/data-policy/{policyID}/rules/{ruleID} | Delete a data policy policy
[**domain_delete_fact_by_id**](PolicyApi.md#domain_delete_fact_by_id) | **DELETE** /domains/{domainID}/control/facts/{factType}/{factID} | Delete a fact
[**domain_delete_fact_by_tuple**](PolicyApi.md#domain_delete_fact_by_tuple) | **DELETE** /domains/{domainID}/control/facts/{factType}/tuple | Delete a fact
[**domain_delete_fact_type**](PolicyApi.md#domain_delete_fact_type) | **DELETE** /domains/{domainID}/control/facts/{factType} | Delete a fact type
[**domain_delete_policy_rule**](PolicyApi.md#domain_delete_policy_rule) | **DELETE** /domains/{domainID}/control/policy/{ruleID} | Delete a domain policy rule
[**domain_get_data_policy**](PolicyApi.md#domain_get_data_policy) | **GET** /domains/{domainID}/control/data-policy/{policyID} | Get a data policy
[**domain_get_data_policy_binding**](PolicyApi.md#domain_get_data_policy_binding) | **GET** /domains/{domainID}/control/data-policy/{policyID}/binding | Retrieve a data policy binding
[**domain_get_data_policy_rule**](PolicyApi.md#domain_get_data_policy_rule) | **GET** /domains/{domainID}/control/data-policy/{policyID}/rules/{ruleID} | Get a data policy rule
[**domain_get_fact_by_id**](PolicyApi.md#domain_get_fact_by_id) | **GET** /domains/{domainID}/control/facts/{factType}/{factID} | Get a fact by ID
[**domain_get_fact_type**](PolicyApi.md#domain_get_fact_type) | **GET** /domains/{domainID}/control/facts/{factType} | Get a fact type definition
[**domain_list_data_policies**](PolicyApi.md#domain_list_data_policies) | **GET** /domains/{domainID}/control/data-policy |
[**domain_list_fact_types**](PolicyApi.md#domain_list_fact_types) | **GET** /domains/{domainID}/control/facts | List the domain's fact types
[**domain_list_facts**](PolicyApi.md#domain_list_facts) | **GET** /domains/{domainID}/control/facts/{factType}/list | Get facts for a type
[**domain_list_policy_rules**](PolicyApi.md#domain_list_policy_rules) | **GET** /domains/{domainID}/control/policy | Get the domain policy rules
[**domain_list_resources**](PolicyApi.md#domain_list_resources) | **GET** /domains/{domainID}/control/resources | Get a summary of access control resource paths
[**domain_policy_flush**](PolicyApi.md#domain_policy_flush) | **POST** /domains/{domainID}/control/policy/flush | Flush the policy cache
[**domain_put_fact_type**](PolicyApi.md#domain_put_fact_type) | **PUT** /domains/{domainID}/control/facts/{factType} | Create a fact type
[**domain_renumber_data_policy_rules**](PolicyApi.md#domain_renumber_data_policy_rules) | **POST** /domains/{domainID}/control/data-policy/{policyID}/renumber | Re-assign rule numbers
[**domain_renumber_policy_rules**](PolicyApi.md#domain_renumber_policy_rules) | **POST** /domains/{domainID}/control/policy/renumber | Re-assign rule numbers
[**domain_set_data_policy_binding**](PolicyApi.md#domain_set_data_policy_binding) | **PUT** /domains/{domainID}/control/data-policy/{policyID}/binding | Configure data policy binding
[**domain_update_data_policy**](PolicyApi.md#domain_update_data_policy) | **PUT** /domains/{domainID}/control/data-policy/{policyID} | Update a data policy
[**domain_update_policy_rule**](PolicyApi.md#domain_update_policy_rule) | **PUT** /domains/{domainID}/control/policy/{ruleID} | Update a domain policy rule
[**domain_upsert_fact**](PolicyApi.md#domain_upsert_fact) | **POST** /domains/{domainID}/control/facts/{factType}/new | Upsert a fact
## domain_create_data_policy
> models::DomainCreateDataPolicy200Response domain_create_data_policy(domain_id, new_data_policy)
Create a new data policy
Create a new data policy
### Parameters
**domain_id** | **String** | | [required] |
**new_data_policy** | [**NewDataPolicy**](NewDataPolicy.md) | | [required] |
### Return type
[**models::DomainCreateDataPolicy200Response**](domainCreateDataPolicy_200_response.md)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## domain_create_policy_rule
> models::DomainPolicyRule domain_create_policy_rule(domain_id, new_domain_policy_rule)
Create a domain policy rule
Create a domain policy rule
### Parameters
**domain_id** | **String** | | [required] |
**new_domain_policy_rule** | [**NewDomainPolicyRule**](NewDomainPolicyRule.md) | | [required] |
### Return type
[**models::DomainPolicyRule**](DomainPolicyRule.md)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## domain_data_policy_configure_rules
> models::DataPolicyRuleChangeResponse domain_data_policy_configure_rules(domain_id, policy_id, data_policy_rule_changes)
Configure data policy rules
Add/Remove rules for a data policy
### Parameters
**domain_id** | **String** | | [required] |
**policy_id** | **String** | | [required] |
**data_policy_rule_changes** | [**DataPolicyRuleChanges**](DataPolicyRuleChanges.md) | | [required] |
### Return type
[**models::DataPolicyRuleChangeResponse**](DataPolicyRuleChangeResponse.md)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## domain_data_policy_rule_update
> domain_data_policy_rule_update(domain_id, policy_id, rule_id, new_data_policy_rule)
Configure data policy rule
Configure a data policy rule
### Parameters
**domain_id** | **String** | | [required] |
**policy_id** | **String** | | [required] |
**rule_id** | **String** | | [required] |
**new_data_policy_rule** | [**NewDataPolicyRule**](NewDataPolicyRule.md) | | [required] |
### Return type
(empty response body)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## domain_delete_data_policy
> domain_delete_data_policy(domain_id, policy_id)
Delete a data policy
Delete an existing data policy and all its rules
### Parameters
**domain_id** | **String** | | [required] |
**policy_id** | **String** | | [required] |
### Return type
(empty response body)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## domain_delete_data_policy_rule
> domain_delete_data_policy_rule(domain_id, policy_id, rule_id)
Delete a data policy policy
Delete an existing data policy rule
### Parameters
**domain_id** | **String** | | [required] |
**policy_id** | **String** | | [required] |
**rule_id** | **String** | | [required] |
### Return type
(empty response body)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## domain_delete_fact_by_id
> domain_delete_fact_by_id(domain_id, fact_type, fact_id)
Delete a fact
Delete a fact by ID
### Parameters
**domain_id** | **String** | | [required] |
**fact_type** | **String** | the \"type name\" for this fact, like \"has_role\" | [required] |
**fact_id** | **String** | the ID for the fact to be deleted. | [required] |
### Return type
(empty response body)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## domain_delete_fact_by_tuple
> domain_delete_fact_by_tuple(domain_id, fact_type, fact_tuple)
Delete a fact
Delete a fact by tuple
### Parameters
**domain_id** | **String** | | [required] |
**fact_type** | **String** | the \"type name\" for this fact, like \"has_role\" | [required] |
**fact_tuple** | [**FactTuple**](FactTuple.md) | | [required] |
### Return type
(empty response body)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## domain_delete_fact_type
> domain_delete_fact_type(domain_id, fact_type, confirm)
Delete a fact type
Deletes a fact type and all facts inside it
### Parameters
**domain_id** | **String** | | [required] |
**fact_type** | **String** | the \"type name\" for this fact, like \"has_role\" | [required] |
**confirm** | **String** | the fact type again, to confirm you really want to delete it | [required] |
### Return type
(empty response body)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## domain_delete_policy_rule
> domain_delete_policy_rule(domain_id, rule_id)
Delete a domain policy rule
Delete a domain policy rule by ID
### Parameters
**domain_id** | **String** | | [required] |
**rule_id** | **String** | | [required] |
### Return type
(empty response body)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## domain_get_data_policy
> models::ExtendedDataPolicy domain_get_data_policy(domain_id, policy_id)
Get a data policy
Get a data policy, will include rules if the policy is not imported
### Parameters
**domain_id** | **String** | | [required] |
**policy_id** | **String** | | [required] |
### Return type
[**models::ExtendedDataPolicy**](ExtendedDataPolicy.md)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## domain_get_data_policy_binding
> models::DataPolicyBindingInfo domain_get_data_policy_binding(domain_id, policy_id)
Retrieve a data policy binding
Retrieve a data policy binding configuration
### Parameters
**domain_id** | **String** | | [required] |
**policy_id** | **String** | | [required] |
### Return type
[**models::DataPolicyBindingInfo**](DataPolicyBindingInfo.md)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## domain_get_data_policy_rule
> models::DataPolicyRule domain_get_data_policy_rule(domain_id, policy_id, rule_id)
Get a data policy rule
Get a data policy rule
### Parameters
**domain_id** | **String** | | [required] |
**policy_id** | **String** | | [required] |
**rule_id** | **String** | | [required] |
### Return type
[**models::DataPolicyRule**](DataPolicyRule.md)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## domain_get_fact_by_id
> models::Fact domain_get_fact_by_id(domain_id, fact_type, fact_id)
Get a fact by ID
Returns the fact with the given ID
### Parameters
**domain_id** | **String** | | [required] |
**fact_type** | **String** | the \"type name\" for this fact, like \"has_role\" | [required] |
**fact_id** | **String** | the ID for the fact to be retrieved. | [required] |
### Return type
[**models::Fact**](Fact.md)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## domain_get_fact_type
> models::FactTypeDefinition domain_get_fact_type(domain_id, fact_type)
Get a fact type definition
Get the definition of the given fact type
### Parameters
**domain_id** | **String** | | [required] |
**fact_type** | **String** | the \"type name\" for this fact, like \"has_role\" | [required] |
### Return type
[**models::FactTypeDefinition**](FactTypeDefinition.md)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## domain_list_data_policies
> models::DataPolicyList domain_list_data_policies(domain_id)
Get a full listing of all data policies in the domain (including imported policies)
### Parameters
**domain_id** | **String** | | [required] |
### Return type
[**models::DataPolicyList**](DataPolicyList.md)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## domain_list_fact_types
> models::DomainFactList domain_list_fact_types(domain_id)
List the domain's fact types
Get a list of the fact types in this domain. Facts are used by domain policy rules and read context rules.
### Parameters
**domain_id** | **String** | | [required] |
### Return type
[**models::DomainFactList**](DomainFactList.md)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## domain_list_facts
> models::FactList domain_list_facts(domain_id, fact_type)
Get facts for a type
Get the facts corresponding to a fact type
### Parameters
**domain_id** | **String** | | [required] |
**fact_type** | **String** | the \"type name\" for this fact, like \"has_role\" | [required] |
### Return type
[**models::FactList**](FactList.md)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## domain_list_policy_rules
> models::DomainPolicy domain_list_policy_rules(domain_id)
Get the domain policy rules
Get the domain policy rules. These govern which resources in the domain can be interacted with. Note that the peers \"bypass\" these rules, in that a peer domain can retrieve policy and configuration that has been allowed by peering configuration without needing an allowing domain policy rule, but they cannot access data within this domain.
### Parameters
**domain_id** | **String** | | [required] |
### Return type
[**models::DomainPolicy**](DomainPolicy.md)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## domain_list_resources
> models::DomainResourceSummary domain_list_resources(domain_id)
Get a summary of access control resource paths
Gets a list of resource strings that can be used in policy rules, and the set of permissions that you can assign to them. The return value from this endpoint is useful as a reference when authoring custom domain policy for new capabilities.
### Parameters
**domain_id** | **String** | | [required] |
### Return type
[**models::DomainResourceSummary**](DomainResourceSummary.md)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## domain_policy_flush
> domain_policy_flush(domain_id)
Flush the policy cache
Flush the policy cache so that changes to permissions take effect
### Parameters
**domain_id** | **String** | | [required] |
### Return type
(empty response body)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## domain_put_fact_type
> domain_put_fact_type(domain_id, fact_type, new_fact_type_definition)
Create a fact type
Facts are used to store ancillary information that helps express domain policy rules and read context configuration rules. This endpoint allows you to register a new fact type. To create a fact within an existing type, use `/domains/{domainID}/control/facts/{factType}/new`
### Parameters
**domain_id** | **String** | | [required] |
**fact_type** | **String** | the \"type name\" for this fact, like \"has_role\" | [required] |
**new_fact_type_definition** | [**NewFactTypeDefinition**](NewFactTypeDefinition.md) | | [required] |
### Return type
(empty response body)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## domain_renumber_data_policy_rules
> domain_renumber_data_policy_rules(domain_id, policy_id)
Re-assign rule numbers
Re-assign rule priority numbers to integer multiples of 10
### Parameters
**domain_id** | **String** | | [required] |
**policy_id** | **String** | | [required] |
### Return type
(empty response body)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## domain_renumber_policy_rules
> models::DomainPolicy domain_renumber_policy_rules(domain_id, body)
Re-assign rule numbers
Re-assign rule priority numbers to integer multiples of 10
### Parameters
**domain_id** | **String** | | [required] |
**body** | Option<**serde_json::Value**> | | |
### Return type
[**models::DomainPolicy**](DomainPolicy.md)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## domain_set_data_policy_binding
> domain_set_data_policy_binding(domain_id, policy_id, set_data_policy_binding)
Configure data policy binding
Configure data policy binding
### Parameters
**domain_id** | **String** | | [required] |
**policy_id** | **String** | | [required] |
**set_data_policy_binding** | [**SetDataPolicyBinding**](SetDataPolicyBinding.md) | | [required] |
### Return type
(empty response body)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## domain_update_data_policy
> domain_update_data_policy(domain_id, policy_id, new_data_policy)
Update a data policy
Update a data policy (it must already exist)
### Parameters
**domain_id** | **String** | | [required] |
**policy_id** | **String** | | [required] |
**new_data_policy** | [**NewDataPolicy**](NewDataPolicy.md) | | [required] |
### Return type
(empty response body)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## domain_update_policy_rule
> domain_update_policy_rule(domain_id, rule_id, new_domain_policy_rule)
Update a domain policy rule
Update a domain policy rule
### Parameters
**domain_id** | **String** | | [required] |
**rule_id** | **String** | | [required] |
**new_domain_policy_rule** | [**NewDomainPolicyRule**](NewDomainPolicyRule.md) | | [required] |
### Return type
(empty response body)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## domain_upsert_fact
> models::Fact domain_upsert_fact(domain_id, fact_type, new_fact)
Upsert a fact
Create a new fact. The fact type must have been previously registered using `/domains/{domainID}/control/facts/{factType}`. If an identical fact exists (having the same value for all fields), this call is a no-op and returns the same ID.
### Parameters
**domain_id** | **String** | | [required] |
**fact_type** | **String** | the \"type name\" for this fact, like \"has_role\" | [required] |
**new_fact** | [**NewFact**](NewFact.md) | | [required] |
### Return type
[**models::Fact**](Fact.md)
### Authorization
[domain_identity](../README.md#domain_identity)
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)