|
212 | 212 | ], |
213 | 213 | "body": { |
214 | 214 | "mode": "raw", |
215 | | - "raw": "{'contact': 'Name','email': 'email@mail.com','extrainfo': '','metakey': '','name': 'Clients','state': 1}" |
| 215 | + "raw": "{'contact': 'Name','email': 'email@example.org','extrainfo': '','metakey': '','name': 'Clients','state': 1}" |
216 | 216 | }, |
217 | 217 | "url": { |
218 | 218 | "raw": "{{base_path}}/api/index.php/v1/banners/clients", |
|
227 | 227 | "clients" |
228 | 228 | ] |
229 | 229 | }, |
230 | | - "description": "Generated from a curl request: \ncurl -X POST -H 'Content-Type: application/json' '{{base_path}}/api/index.php/v1/banners/clients' -d \\\"{'contact': 'Name','email': 'email@mail.com','extrainfo': '','metakey': '','name': 'Clients','state': 1}\\\"" |
| 230 | + "description": "Generated from a curl request: \ncurl -X POST -H 'Content-Type: application/json' '{{base_path}}/api/index.php/v1/banners/clients' -d \\\"{'contact': 'Name','email': 'email@example.org','extrainfo': '','metakey': '','name': 'Clients','state': 1}\\\"" |
231 | 231 | }, |
232 | 232 | "response": [] |
233 | 233 | }, |
|
243 | 243 | ], |
244 | 244 | "body": { |
245 | 245 | "mode": "raw", |
246 | | - "raw": "{'contact': 'new Name','email': 'newemail@mail.com','name': 'Clients'}" |
| 246 | + "raw": "{'contact': 'new Name','email': 'newemail@example.org','name': 'Clients'}" |
247 | 247 | }, |
248 | 248 | "url": { |
249 | 249 | "raw": "{{base_path}}/api/index.php/v1/banners/clients/{{client_id}}", |
|
259 | 259 | "{client_id}" |
260 | 260 | ] |
261 | 261 | }, |
262 | | - "description": "Generated from a curl request: \ncurl -X PATCH -H 'Content-Type: application/json' '{{base_path}}/api/index.php/v1/banners/clients/{{client_id}}' -d \\\"{'contact': 'new Name','email': 'newemail@mail.com','name': 'Clients'}\\\"" |
| 262 | + "description": "Generated from a curl request: \ncurl -X PATCH -H 'Content-Type: application/json' '{{base_path}}/api/index.php/v1/banners/clients/{{client_id}}' -d \\\"{'contact': 'new Name','email': 'newemail@example.org','name': 'Clients'}\\\"" |
263 | 263 | }, |
264 | 264 | "response": [] |
265 | 265 | }, |
|
713 | 713 | ], |
714 | 714 | "body": { |
715 | 715 | "mode": "raw", |
716 | | - "raw": "{'contact_email': 'email@mail.com','contact_message': 'some text','contact_name': 'name','contact_subject': 'subject'}" |
| 716 | + "raw": "{'contact_email': 'email@example.org','contact_message': 'some text','contact_name': 'name','contact_subject': 'subject'}" |
717 | 717 | }, |
718 | 718 | "url": { |
719 | 719 | "raw": "{{base_path}}/api/index.php/v1/contact/form/{{contact_id}}", |
|
729 | 729 | "{contact_id}" |
730 | 730 | ] |
731 | 731 | }, |
732 | | - "description": "Generated from a curl request: \ncurl -X POST -H 'Content-Type: application/json' '{{base_path}}/api/index.php/v1/contact/form/{{contact_id}}' -d \\\"{'contact_email': 'email@mail.com','contact_message': 'some text','contact_name': 'name','contact_subject': 'subject'}\\\"" |
| 732 | + "description": "Generated from a curl request: \ncurl -X POST -H 'Content-Type: application/json' '{{base_path}}/api/index.php/v1/contact/form/{{contact_id}}' -d \\\"{'contact_email': 'email@example.org','contact_message': 'some text','contact_name': 'name','contact_subject': 'subject'}\\\"" |
733 | 733 | }, |
734 | 734 | "response": [] |
735 | 735 | }, |
|
2862 | 2862 | ], |
2863 | 2863 | "body": { |
2864 | 2864 | "mode": "raw", |
2865 | | - "raw": "{'block': '0','email': 'test@mail.com','groups': ['2'],'id': '0','lastResetTime': '','lastvisitDate': '','name': 'nnn','params': {'admin_language': '','admin_style': '','editor': '','helpsite': '','language': '','timezone': ''},'password': 'qwerty','password2': 'qwerty','registerDate': '','requireReset': '0','resetCount': '0','sendEmail': '0','username': 'ad'}" |
| 2865 | + "raw": "{'block': '0','email': 'test@example.org','groups': ['2'],'id': '0','lastResetTime': '','lastvisitDate': '','name': 'nnn','params': {'admin_language': '','admin_style': '','editor': '','helpsite': '','language': '','timezone': ''},'password': 'qwerty','password2': 'qwerty','registerDate': '','requireReset': '0','resetCount': '0','sendEmail': '0','username': 'ad'}" |
2866 | 2866 | }, |
2867 | 2867 | "url": { |
2868 | 2868 | "raw": "{{base_path}}/api/index.php/v1/users", |
|
2876 | 2876 | "users" |
2877 | 2877 | ] |
2878 | 2878 | }, |
2879 | | - "description": "Generated from a curl request: \ncurl -X POST -H 'Content-Type: application/json' '{{base_path}}/api/index.php/v1/users' -d \\\"{'block': '0','email': 'test@mail.com','groups': ['2'],'id': '0','lastResetTime': '','lastvisitDate': '','name': 'nnn','params': {'admin_language': '','admin_style': '','editor': '','helpsite': '','language': '','timezone': ''},'password': 'qwerty','password2': 'qwerty','registerDate': '','requireReset': '0','resetCount': '0','sendEmail': '0','username': 'ad'}\\\"" |
| 2879 | + "description": "Generated from a curl request: \ncurl -X POST -H 'Content-Type: application/json' '{{base_path}}/api/index.php/v1/users' -d \\\"{'block': '0','email': 'test@example.org','groups': ['2'],'id': '0','lastResetTime': '','lastvisitDate': '','name': 'nnn','params': {'admin_language': '','admin_style': '','editor': '','helpsite': '','language': '','timezone': ''},'password': 'qwerty','password2': 'qwerty','registerDate': '','requireReset': '0','resetCount': '0','sendEmail': '0','username': 'ad'}\\\"" |
2880 | 2880 | }, |
2881 | 2881 | "response": [] |
2882 | 2882 | }, |
|
2892 | 2892 | ], |
2893 | 2893 | "body": { |
2894 | 2894 | "mode": "raw", |
2895 | | - "raw": "{'email': 'new@mail.com','groups': ['2'],'name': 'name','username': 'username'}" |
| 2895 | + "raw": "{'email': 'new@example.org','groups': ['2'],'name': 'name','username': 'username'}" |
2896 | 2896 | }, |
2897 | 2897 | "url": { |
2898 | 2898 | "raw": "{{base_path}}/api/index.php/v1/users/{{user_id}}", |
|
2907 | 2907 | "{user_id}" |
2908 | 2908 | ] |
2909 | 2909 | }, |
2910 | | - "description": "Generated from a curl request: \ncurl -X PATCH -H 'Content-Type: application/json' '{{base_path}}/api/index.php/v1/users/{{user_id}}' -d \\\"{'email': 'new@mail.com','groups': ['2'],'name': 'name','username': 'username'}\\\"" |
| 2910 | + "description": "Generated from a curl request: \ncurl -X PATCH -H 'Content-Type: application/json' '{{base_path}}/api/index.php/v1/users/{{user_id}}' -d \\\"{'email': 'new@example.org','groups': ['2'],'name': 'name','username': 'username'}\\\"" |
2911 | 2911 | }, |
2912 | 2912 | "response": [] |
2913 | 2913 | } |
|
0 commit comments