From 5a15bd36950b90cf7958aa74537714fd80033eb6 Mon Sep 17 00:00:00 2001 From: Spencer Witt <3409780+spwitt@users.noreply.github.com> Date: Fri, 30 Jan 2026 11:02:44 -0600 Subject: [PATCH] remove retrieveUserUsingJWT client method ENG-3720 --- src/main/api/retrieveUserUsingJWT.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/main/api/retrieveUserUsingJWT.json diff --git a/src/main/api/retrieveUserUsingJWT.json b/src/main/api/retrieveUserUsingJWT.json deleted file mode 100644 index 9e623bac..00000000 --- a/src/main/api/retrieveUserUsingJWT.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "uri": "/api/user", - "comments": [ - "Retrieves the user for the given Id. This method does not use an API key, instead it uses a JSON Web Token (JWT) for authentication." - ], - "method": "get", - "methodName": "retrieveUserUsingJWT", - "successResponse": "UserResponse", - "errorResponse": "Errors", - "anonymous": true, - "authorization": "\"Bearer \" + encodedJWT", - "params": [ - { - "name": "encodedJWT", - "comments": [ - "The encoded JWT (access token)." - ], - "type": "notUsed", - "javaType": "String" - } - ] -} \ No newline at end of file