Renamed
This commit is contained in:
@@ -27,7 +27,8 @@ const desiredEndpoints: Endpoint[] = [
|
||||
{ path: "/api/v1/auth/token-auth/identities/{identityId}/tokens", method: "GET" },
|
||||
{ path: "/api/v1/auth/token-auth/identities/{identityId}/tokens", method: "POST" },
|
||||
{ path: "/api/v1/auth/token-auth/tokens/{tokenId}", method: "PATCH" },
|
||||
{ path: "/v1/auth/token-auth/tokens/{tokenId}/revoke", method: "POST" }
|
||||
{ path: "/v1/auth/token-auth/tokens/{tokenId}/revoke", method: "POST" },
|
||||
|
||||
];
|
||||
|
||||
https
|
||||
|
||||
Reference in New Issue
Block a user