更新记录
根据id更新授权记录。
Documentation Index
Fetch the complete documentation index at: https://docs.eorion.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The id of the authorization to be updated.
Body
An array of Strings holding the permissions provided by this authorization.
The id of the user this authorization has been created for. The value *
represents a global authorization ranging over all users.
The id of the group this authorization has been created for.
An integer representing the resource type. See the User Guide for a list of integer representations of resource types.
The resource Id. The value * represents an authorization ranging over all
instances of a resource.
Response
Request successful. This method returns no content.