This commit is contained in:
Daniel Hougaard
2024-08-30 00:54:13 +04:00
parent 358508dc4f
commit df174beca7
19 changed files with 102 additions and 64412 deletions

View File

@@ -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