fix: Add swagger definition for platform_user_id (#2385)
This commit is contained in:
@@ -24,3 +24,6 @@ contact_sort_param:
|
||||
|
||||
page:
|
||||
$ref: ./page.yml
|
||||
|
||||
platform_user_id:
|
||||
$ref: ./platform_user_id.yml
|
||||
|
||||
6
swagger/parameters/platform_user_id.yml
Normal file
6
swagger/parameters/platform_user_id.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
required: true
|
||||
description: The numeric ID of the user on the platform
|
||||
Reference in New Issue
Block a user