Skip to content

Commit 4b5bd7e

Browse files
author
github-actions
committed
phplist/rest-api docs deployment Thu Apr 15 19:07:04 UTC 2021
Signed-off-by: github-actions <[email protected]>
1 parent 7813f8c commit 4b5bd7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

restapi.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@
492492
"message": {
493493
"description": "Deletes a session.",
494494
"type": "string",
495-
"example": "No valid session key was provided as basic auth password or You do not have access to this session."
495+
"example": "No valid session key was provided as basic auth password or\n * You do not have access to this session."
496496
}
497497
},
498498
"type": "object"
@@ -520,13 +520,13 @@
520520
}
521521
}
522522
},
523-
"/subscriber": {
523+
"/api/v2/subscriber": {
524524
"post": {
525525
"tags": [
526526
"subscribers"
527527
],
528528
"summary": "Create a subscriber list",
529-
"description": "Creates a new subscriber (if the provided data is valid and there is no subscriber with the given email\n * address yet).",
529+
"description": "Creates a new subscriber (if the provided data is valid and there is no subscriber with\n * the given email address yet).",
530530
"operationId": "PhpList\\RestBundle\\Controller\\SubscriberController::postAction",
531531
"parameters": [
532532
{

0 commit comments

Comments
 (0)