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