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

@@ -24,3 +24,6 @@ contact_sort_param:
page:
$ref: ./page.yml
platform_user_id:
$ref: ./platform_user_id.yml

View File

@@ -0,0 +1,6 @@
in: path
name: id
schema:
type: integer
required: true
description: The numeric ID of the user on the platform