fix: Add swagger definition for platform_user_id (#2385)

This commit is contained in:
Pranav Raj S
2021-06-06 21:18:47 +05:30
committed by GitHub
parent 94a83ea995
commit 1155b49e42
4 changed files with 21 additions and 4 deletions

View File

@@ -550,7 +550,7 @@
"platform/api/v1/users/{id}": {
"parameters": [
{
"$ref": "#/parameters/user_id"
"$ref": "#/parameters/platform_user_id"
}
],
"get": {
@@ -3201,6 +3201,15 @@
},
"required": false,
"description": "The page parameter"
},
"platform_user_id": {
"in": "path",
"name": "id",
"schema": {
"type": "integer"
},
"required": true,
"description": "The numeric ID of the user on the platform"
}
},
"x-tagGroups": [