Update the authorization of a partner to a specific location.
Required permissions: READ_PARTNER_AUTHORIZATION, WRITE_PARTNER_AUTHORIZATION.
The name of the tenant (e.g. acme).
The authorization identifier.
The details of the authorization being updated.
The partner identifier.
The location identifier.
The timestamp UTC the authorization expires. It must be less than or equal to the customer authorization end timestamp, if specified.
The access policy of the things in the location.
- GRANT_ALL: The partner can see all the things.
- LIMITED: The partner can see the things specified in the thingIds array.
The set of thing ids that the partner is authorized to access.
Successfully updated.
Request data not valid.
The error response.
User not authenticated.
The error response.
User not authorized.
The error response.
Resource was not found.
The error response.
API call rate limit exceeded.
The error response.
Internal server error.
The error response.