Type Alias: UpdateAuthorizationData
type UpdateAuthorizationData = object;
Defined in: gen/types.gen.ts:8147
Properties
body
body: AuthorizationRequest;
Defined in: gen/types.gen.ts:8148
path
path: object;
Defined in: gen/types.gen.ts:8149
authorizationKey
authorizationKey: AuthorizationKey;
The key of the authorization to delete.
query?
optional query: never;
Defined in: gen/types.gen.ts:8155
url
url: "/authorizations/{authorizationKey}";
Defined in: gen/types.gen.ts:8156