|
61 | 61 | - lang: Curl |
62 | 62 | source: | |
63 | 63 | curl -X 'GET' \ |
64 | | - 'https://localhost:9443/t/carbon.super/api/server/v2/email/template-types' \ |
65 | | - '-H ''accept': application/json' \ |
66 | | - '-H ''Authorization': Basic YWRtaW46YWRtaW4=' |
| 64 | + 'https://localhost:9443/api/server/v2/email/template-types' \ |
| 65 | + -H 'accept: application/json' \ |
| 66 | + -H 'Authorization: Basic YWRtaW46YWRtaW4=' |
67 | 67 | post: |
68 | 68 | tags: |
69 | 69 | - Email Template Types |
@@ -167,9 +167,9 @@ paths: |
167 | 167 | - lang: Curl |
168 | 168 | source: | |
169 | 169 | curl -X 'GET' \ |
170 | | - 'https://localhost:9443/t/carbon.super/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg' \ |
171 | | - '-H ''accept': application/json' \ |
172 | | - '-H ''Authorization': Basic YWRtaW46YWRtaW4=' |
| 170 | + 'https://localhost:9443/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg' \ |
| 171 | + -H 'accept: application/json' \ |
| 172 | + -H 'Authorization: Basic YWRtaW46YWRtaW4=' |
173 | 173 | delete: |
174 | 174 | tags: |
175 | 175 | - Email Template Types |
@@ -199,9 +199,9 @@ paths: |
199 | 199 | - lang: Curl |
200 | 200 | source: | |
201 | 201 | curl -X 'DELETE' \ |
202 | | - 'https://localhost:9443/t/carbon.super/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg' \ |
203 | | - '-H ''accept': application/json' \ |
204 | | - '-H ''Authorization': Basic YWRtaW46YWRtaW4=' |
| 202 | + 'https://localhost:9443/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg' \ |
| 203 | + -H 'accept: application/json' \ |
| 204 | + -H 'Authorization: Basic YWRtaW46YWRtaW4=' |
205 | 205 | '/email/template-types/{template-type-id}/org-templates': |
206 | 206 | get: |
207 | 207 | tags: |
@@ -241,9 +241,9 @@ paths: |
241 | 241 | - lang: Curl |
242 | 242 | source: | |
243 | 243 | curl -X 'GET' \ |
244 | | - 'https://localhost:9443/t/carbon.super/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/org-templates' \ |
245 | | - '-H ''accept': application/json' \ |
246 | | - '-H ''Authorization': Basic YWRtaW46YWRtaW4=' |
| 244 | + 'https://localhost:9443/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/org-templates' \ |
| 245 | + -H 'accept: application/json' \ |
| 246 | + -H 'Authorization: Basic YWRtaW46YWRtaW4=' |
247 | 247 | post: |
248 | 248 | tags: |
249 | 249 | - Email Templates |
@@ -295,7 +295,7 @@ paths: |
295 | 295 | - lang: Curl |
296 | 296 | source: | |
297 | 297 | curl -X 'POST' \ |
298 | | - 'https://localhost:9443/t/carbon.super/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/org-templates' \ |
| 298 | + 'https://localhost:9443/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/org-templates' \ |
299 | 299 | -H 'accept: application/json' \ |
300 | 300 | -H 'Authorization: Basic YWRtaW46YWRtaW4=' \ |
301 | 301 | -H 'Content-Type: application/json' \ |
@@ -346,9 +346,9 @@ paths: |
346 | 346 | - lang: Curl |
347 | 347 | source: | |
348 | 348 | curl -X 'GET' \ |
349 | | - 'https://localhost:9443/t/carbon.super/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/app-templates/351262e3-1331-498a-bf2b-344b451ebb3a' \ |
350 | | - '-H ''accept': application/json' \ |
351 | | - '-H ''Authorization': Basic YWRtaW46YWRtaW4=' |
| 349 | + 'https://localhost:9443/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/app-templates/351262e3-1331-498a-bf2b-344b451ebb3a' \ |
| 350 | + -H 'accept: application/json' \ |
| 351 | + -H 'Authorization: Basic YWRtaW46YWRtaW4=' |
352 | 352 | post: |
353 | 353 | tags: |
354 | 354 | - Application Email Templates |
@@ -402,7 +402,7 @@ paths: |
402 | 402 | - lang: Curl |
403 | 403 | source: | |
404 | 404 | curl -X 'POST' \ |
405 | | - 'https://localhost:9443/t/carbon.super/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/app-templates/351262e3-1331-498a-bf2b-344b451ebb3a' \ |
| 405 | + 'https://localhost:9443/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/app-templates/351262e3-1331-498a-bf2b-344b451ebb3a' \ |
406 | 406 | -H 'accept: application/json' \ |
407 | 407 | -H 'Authorization: Basic YWRtaW46YWRtaW4=' \ |
408 | 408 | -H 'Content-Type: application/json' \ |
@@ -451,9 +451,9 @@ paths: |
451 | 451 | - lang: Curl |
452 | 452 | source: | |
453 | 453 | curl -X 'GET' \ |
454 | | - 'https://localhost:9443/t/carbon.super/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/org-templates/en_US' \ |
455 | | - '-H ''accept': application/json' \ |
456 | | - '-H ''Authorization': Basic YWRtaW46YWRtaW4=' |
| 454 | + 'https://localhost:9443/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/org-templates/en_US' \ |
| 455 | + -H 'accept: application/json' \ |
| 456 | + -H 'Authorization: Basic YWRtaW46YWRtaW4=' |
457 | 457 | put: |
458 | 458 | tags: |
459 | 459 | - Email Templates |
@@ -497,7 +497,7 @@ paths: |
497 | 497 | - lang: Curl |
498 | 498 | source: | |
499 | 499 | curl -X 'PUT' \ |
500 | | - 'https://localhost:9443/t/carbon.super/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/org-templates/en_US' \ |
| 500 | + 'https://localhost:9443/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/org-templates/en_US' \ |
501 | 501 | -H 'accept: application/json' \ |
502 | 502 | -H 'Authorization: Basic YWRtaW46YWRtaW4=' \ |
503 | 503 | -H 'Content-Type: application/json' \ |
@@ -537,9 +537,9 @@ paths: |
537 | 537 | - lang: Curl |
538 | 538 | source: | |
539 | 539 | curl -X 'DELETE' \ |
540 | | - 'https://localhost:9443/t/carbon.super/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/org-templates/en_US' \ |
541 | | - '-H ''accept': application/json' \ |
542 | | - '-H ''Authorization': Basic YWRtaW46YWRtaW4=' |
| 540 | + 'https://localhost:9443/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/org-templates/en_US' \ |
| 541 | + -H 'accept: application/json' \ |
| 542 | + -H 'Authorization: Basic YWRtaW46YWRtaW4=' |
543 | 543 | '/email/template-types/{template-type-id}/app-templates/{app-uuid}/{locale}': |
544 | 544 | get: |
545 | 545 | tags: |
@@ -579,9 +579,9 @@ paths: |
579 | 579 | - lang: Curl |
580 | 580 | source: | |
581 | 581 | curl -X 'GET' \ |
582 | | - 'https://localhost:9443/t/carbon.super/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/app-templates/351262e3-1331-498a-bf2b-344b451ebb3a/en_US' \ |
583 | | - '-H ''accept': application/json' \ |
584 | | - '-H ''Authorization': Basic YWRtaW46YWRtaW4=' |
| 582 | + 'https://localhost:9443/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/app-templates/351262e3-1331-498a-bf2b-344b451ebb3a/en_US' \ |
| 583 | + -H 'accept: application/json' \ |
| 584 | + -H 'Authorization: Basic YWRtaW46YWRtaW4=' |
585 | 585 | put: |
586 | 586 | tags: |
587 | 587 | - Application Email Templates |
@@ -626,7 +626,7 @@ paths: |
626 | 626 | - lang: Curl |
627 | 627 | source: | |
628 | 628 | curl -X 'PUT' \ |
629 | | - 'https://localhost:9443/t/carbon.super/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/app-templates/351262e3-1331-498a-bf2b-344b451ebb3a/en_US' \ |
| 629 | + 'https://localhost:9443/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/app-templates/351262e3-1331-498a-bf2b-344b451ebb3a/en_US' \ |
630 | 630 | -H 'accept: application/json' \ |
631 | 631 | -H 'Authorization: Basic YWRtaW46YWRtaW4=' \ |
632 | 632 | -H 'Content-Type: application/json' \ |
@@ -663,17 +663,17 @@ paths: |
663 | 663 | $ref: '#/components/responses/NotFound' |
664 | 664 | '500': |
665 | 665 | $ref: '#/components/responses/ServerError' |
666 | | - x-extension-1: |
| 666 | + x-codeSamples: |
667 | 667 | - lang: Curl |
668 | 668 | source: | |
669 | 669 | curl -X 'DELETE' \ |
670 | | - 'https://localhost:9443/t/carbon.super/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/app-templates/351262e3-1331-498a-bf2b-344b451ebb3a/en_US' \ |
671 | | - '-H ''accept': application/json' \ |
672 | | - '-H ''Authorization': Basic YWRtaW46YWRtaW4=' |
| 670 | + 'https://localhost:9443/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/app-templates/351262e3-1331-498a-bf2b-344b451ebb3a/en_US' \ |
| 671 | + -H 'accept: application/json' \ |
| 672 | + -H 'Authorization: Basic YWRtaW46YWRtaW4=' |
673 | 673 | servers: |
674 | | - - url: 'https://localhost:9443/t/{tenant-domain}/api/server/v2' |
| 674 | + - url: 'https://{serverUrl}/t/{tenantDomain}/api/server/v2' |
675 | 675 | variables: |
676 | | - tenant-domain: |
| 676 | + tenantDomain: |
677 | 677 | default: carbon.super |
678 | 678 | components: |
679 | 679 | parameters: |
|
0 commit comments