fix: added constants file

This commit is contained in:
Piyush Gupta
2025-12-02 00:39:01 +05:30
parent f6d24a63af
commit 0ae7eac810

View File

@@ -595,6 +595,7 @@ export const TOKEN_AUTH = {
limit: "The number of tokens to return."
},
GET_TOKEN: {
identityId: "The ID of the machine identity to get the token for.",
tokenId: "The ID of the token to get metadata for."
},
CREATE_TOKEN: {