File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 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" : {
492501 "message" : {
493502 "description" : " Deletes a session." ,
494503 "type" : " string" ,
495- "example" : " No valid session key was provided as basic auth password or You do not have access to this session."
504+ "example" : " No valid session key was provided as basic auth password or\n * You do not have access to this session."
496505 }
497506 },
498507 "type" : " object"
520529 }
521530 }
522531 },
523- "/subscriber" : {
532+ "/api/v2/ subscriber" : {
524533 "post" : {
525534 "tags" : [
526535 " subscribers"
527536 ],
528537 "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)." ,
538+ "description" : " Creates a new subscriber (if the provided data is valid and there is no subscriber with\n * the given email address yet)." ,
530539 "operationId" : " PhpList\\ RestBundle\\ Controller\\ SubscriberController::postAction" ,
531540 "parameters" : [
532541 {
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\n address 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"
You can’t perform that action at this time.
0 commit comments