File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 51775177 }
51785178 },
51795179 "responses" : {
5180- "201" : {
5181- "description" : " Success" ,
5182- "content" : {
5183- "application/json" : {
5184- "schema" : {
5185- "type" : " array" ,
5186- "items" : {
5187- "$ref" : " #/components/schemas/Subscription"
5188- }
5189- }
5190- }
5191- }
5180+ "204" : {
5181+ "description" : " Success"
51925182 },
51935183 "400" : {
51945184 "description" : " Failure" ,
52505240 }
52515241 ],
52525242 "responses" : {
5253- "200 " : {
5243+ "204 " : {
52545244 "description" : " Success"
52555245 },
52565246 "400" : {
83848374 "type" : " object"
83858375 },
83868376 "PublicSubscriptionRequest" : {
8377+ "required" : [
8378+ " email" ,
8379+ " list_id"
8380+ ],
83878381 "properties" : {
83888382 "email" : {
83898383 "type" : " string" ,
Original file line number Diff line number Diff line change 11{% extends ' @PhpListFrontend/public/base.html.twig' %}
22
3- {% block title %}{{ data [ 'title' ] | default ( language_texts .strSubscribeTitle |default (' Subscribe' ) ) }}{% endblock %}
3+ {% block title %}{{ language_texts .strSubscribeTitle | default (' Subscribe' ) }}{% endblock %}
44
55{% block body %}
66 <div class =" legacy-page-shell" >
You can’t perform that action at this time.
0 commit comments