Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith authored Nov 9, 2023
1 parent 3415000 commit 8e60358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api_key/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def send_api_key_revokation_email(service_id, api_key_name, api_key_information)
@sre_tools_blueprint.route("/api-key-revoke", methods=["POST"])
def revoke_api_keys():
"""
We take a list of api keys and revoke them. The data is of the form:
This method accepts a single api key and revokes it. The data is of the form:
{
"token": "gcntfy-key-name-uuid-uuid",
"type": "mycompany_api_token",
Expand Down

0 comments on commit 8e60358

Please sign in to comment.