mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-20 16:14:29 +01:00
Correct "number" - it's actually the phone number
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
These files are generated from the [swaggo/swag](https://github.com/swaggo/swag) tool.
|
||||
|
||||
To regenerate them, run:
|
||||
To regenerate them, run in /src:
|
||||
|
||||
```bash
|
||||
docker run --rm -v $(pwd):/code ghcr.io/swaggo/swag:latest init
|
||||
|
||||
@@ -1417,8 +1417,8 @@ const docTemplate = `{
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"description": "Reaction Identifier",
|
||||
"type": "string",
|
||||
"description": "Phone number",
|
||||
"name": "id",
|
||||
"in": "path",
|
||||
"required": true
|
||||
@@ -1462,8 +1462,8 @@ const docTemplate = `{
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"description": "Reaction Identifier",
|
||||
"type": "string",
|
||||
"description": "Phone number",
|
||||
"name": "id",
|
||||
"in": "path",
|
||||
"required": true
|
||||
@@ -1509,8 +1509,8 @@ const docTemplate = `{
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"description": "Receipt Identifier",
|
||||
"type": "string",
|
||||
"description": "Phone number",
|
||||
"name": "id",
|
||||
"in": "path",
|
||||
"required": true
|
||||
|
||||
@@ -1414,8 +1414,8 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"description": "Reaction Identifier",
|
||||
"type": "string",
|
||||
"description": "Phone number",
|
||||
"name": "id",
|
||||
"in": "path",
|
||||
"required": true
|
||||
@@ -1459,8 +1459,8 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"description": "Reaction Identifier",
|
||||
"type": "string",
|
||||
"description": "Phone number",
|
||||
"name": "id",
|
||||
"in": "path",
|
||||
"required": true
|
||||
@@ -1506,8 +1506,8 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"description": "Receipt Identifier",
|
||||
"type": "string",
|
||||
"description": "Phone number",
|
||||
"name": "id",
|
||||
"in": "path",
|
||||
"required": true
|
||||
|
||||
@@ -1287,11 +1287,11 @@ paths:
|
||||
required: true
|
||||
schema:
|
||||
$ref: '#/definitions/api.Reaction'
|
||||
- description: Reaction Identifier
|
||||
- description: Phone number
|
||||
in: path
|
||||
name: id
|
||||
required: true
|
||||
type: integer
|
||||
type: string
|
||||
produces:
|
||||
- application/json
|
||||
responses:
|
||||
@@ -1317,11 +1317,11 @@ paths:
|
||||
required: true
|
||||
schema:
|
||||
$ref: '#/definitions/api.Reaction'
|
||||
- description: Reaction Identifier
|
||||
- description: Phone number
|
||||
in: path
|
||||
name: id
|
||||
required: true
|
||||
type: integer
|
||||
type: string
|
||||
produces:
|
||||
- application/json
|
||||
responses:
|
||||
@@ -1348,11 +1348,11 @@ paths:
|
||||
required: true
|
||||
schema:
|
||||
$ref: '#/definitions/api.Receipt'
|
||||
- description: Receipt Identifier
|
||||
- description: Phone number
|
||||
in: path
|
||||
name: id
|
||||
required: true
|
||||
type: integer
|
||||
type: string
|
||||
produces:
|
||||
- application/json
|
||||
responses:
|
||||
|
||||
Reference in New Issue
Block a user