mirror of
https://github.com/LukeHagar/varsity.git
synced 2025-12-06 04:22:00 +00:00
12 lines
165 B
JSON
12 lines
165 B
JSON
{
|
|
"name": "id",
|
|
"in": "path",
|
|
"description": "User ID",
|
|
"required": true,
|
|
"schema": {
|
|
"type": "integer",
|
|
"format": "int64",
|
|
"minimum": 1
|
|
}
|
|
}
|