Authority Limits Module API

API reference for authority limit lookup and validation helpers.

BriteCore V2 authority_limits API endpoint wrappers.

britecore_sdk.api.api_calls.v2.authority_limits.create_authority_limit(authority_limit=None, **kwargs)[source]

Create a new authority limit.

POST /api/v2/authority_limits/create_authority_limit

Parameters:
Return type:

Any

britecore_sdk.api.api_calls.v2.authority_limits.delete_authority_limit(id=None, **kwargs)[source]

Delete an authority limit by identifier.

POST /api/v2/authority_limits/delete_authority_limit

Parameters:
Return type:

Any

britecore_sdk.api.api_calls.v2.authority_limits.get_authority_limit(id=None, **kwargs)[source]

Get Authority Limit.

POST /api/v2/authority_limits/get_authority_limit

Parameters:
Return type:

Any

britecore_sdk.api.api_calls.v2.authority_limits.list_authority_limits(**kwargs)[source]

Retrieve all authority limits.

POST /api/v2/authority_limits/list_authority_limits

Parameters:

kwargs (Unpack[RequestParameters])

Return type:

Any

britecore_sdk.api.api_calls.v2.authority_limits.update_all_authority_limits(authority_limits=None, **kwargs)[source]

Update All Authority Limits.

POST /api/v2/authority_limits/update_all_authority_limits

Parameters:
Return type:

Any

britecore_sdk.api.api_calls.v2.authority_limits.update_authority_limit(authority_limit=None, **kwargs)[source]

Update an existing authority limit.

POST /api/v2/authority_limits/update_authority_limit

Parameters:
Return type:

Any