From 8e60358d4aff9777e7e2064eb90e6b624099ebbe Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 9 Nov 2023 18:32:01 -0400 Subject: [PATCH] chore: fix comment --- app/api_key/rest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api_key/rest.py b/app/api_key/rest.py index b5724786f6..9f0959ad0e 100644 --- a/app/api_key/rest.py +++ b/app/api_key/rest.py @@ -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",