Skip to content

Commit 23adc3d

Browse files
author
github-actions
committed
phplist/rest-api docs deployment Sat Apr 17 10:40:25 UTC 2021
Signed-off-by: github-actions <[email protected]>
1 parent 4b5bd7e commit 23adc3d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

restapi.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,15 @@
180180
"schema": {
181181
"type": "string"
182182
}
183+
},
184+
{
185+
"name": "list",
186+
"in": "path",
187+
"description": "List ID",
188+
"required": true,
189+
"schema": {
190+
"type": "string"
191+
}
183192
}
184193
],
185194
"responses": {
@@ -651,7 +660,8 @@
651660
"properties": {
652661
"message": {
653662
"description": "Creates a new subscriber (if the provided data is valid and there is no subscriber with the given email\naddress yet).",
654-
"type": "No valid session key was provided as basic auth password."
663+
"type": "string",
664+
"example": "No valid session key was provided as basic auth password."
655665
}
656666
},
657667
"type": "object"

0 commit comments

Comments
 (0)