|
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' \ |
@@ -347,9 +347,9 @@ paths: |
347 | 347 | - lang: Curl |
348 | 348 | source: | |
349 | 349 | curl -X 'GET' \ |
350 | | - 'https://localhost:9443/t/carbon.super/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/app-templates/351262e3-1331-498a-bf2b-344b451ebb3a' \ |
351 | | - '-H ''accept': application/json' \ |
352 | | - '-H ''Authorization': Basic YWRtaW46YWRtaW4=' |
| 350 | + 'https://localhost:9443/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/app-templates/351262e3-1331-498a-bf2b-344b451ebb3a' \ |
| 351 | + -H 'accept: application/json' \ |
| 352 | + -H 'Authorization: Basic YWRtaW46YWRtaW4=' |
353 | 353 | post: |
354 | 354 | tags: |
355 | 355 | - Application Email Templates |
@@ -403,7 +403,7 @@ paths: |
403 | 403 | - lang: Curl |
404 | 404 | source: | |
405 | 405 | curl -X 'POST' \ |
406 | | - 'https://localhost:9443/t/carbon.super/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/app-templates/351262e3-1331-498a-bf2b-344b451ebb3a' \ |
| 406 | + 'https://localhost:9443/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/app-templates/351262e3-1331-498a-bf2b-344b451ebb3a' \ |
407 | 407 | -H 'accept: application/json' \ |
408 | 408 | -H 'Authorization: Basic YWRtaW46YWRtaW4=' \ |
409 | 409 | -H 'Content-Type: application/json' \ |
@@ -452,9 +452,9 @@ paths: |
452 | 452 | - lang: Curl |
453 | 453 | source: | |
454 | 454 | curl -X 'GET' \ |
455 | | - 'https://localhost:9443/t/carbon.super/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/org-templates/en_US' \ |
456 | | - '-H ''accept': application/json' \ |
457 | | - '-H ''Authorization': Basic YWRtaW46YWRtaW4=' |
| 455 | + 'https://localhost:9443/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/org-templates/en_US' \ |
| 456 | + -H 'accept: application/json' \ |
| 457 | + -H 'Authorization: Basic YWRtaW46YWRtaW4=' |
458 | 458 | put: |
459 | 459 | tags: |
460 | 460 | - Email Templates |
@@ -498,7 +498,7 @@ paths: |
498 | 498 | - lang: Curl |
499 | 499 | source: | |
500 | 500 | curl -X 'PUT' \ |
501 | | - 'https://localhost:9443/t/carbon.super/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/org-templates/en_US' \ |
| 501 | + 'https://localhost:9443/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/org-templates/en_US' \ |
502 | 502 | -H 'accept: application/json' \ |
503 | 503 | -H 'Authorization: Basic YWRtaW46YWRtaW4=' \ |
504 | 504 | -H 'Content-Type: application/json' \ |
@@ -538,9 +538,9 @@ paths: |
538 | 538 | - lang: Curl |
539 | 539 | source: | |
540 | 540 | curl -X 'DELETE' \ |
541 | | - 'https://localhost:9443/t/carbon.super/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/org-templates/en_US' \ |
542 | | - '-H ''accept': application/json' \ |
543 | | - '-H ''Authorization': Basic YWRtaW46YWRtaW4=' |
| 541 | + 'https://localhost:9443/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/org-templates/en_US' \ |
| 542 | + -H 'accept: application/json' \ |
| 543 | + -H 'Authorization: Basic YWRtaW46YWRtaW4=' |
544 | 544 | '/email/template-types/{template-type-id}/app-templates/{app-uuid}/{locale}': |
545 | 545 | get: |
546 | 546 | tags: |
@@ -581,9 +581,9 @@ paths: |
581 | 581 | - lang: Curl |
582 | 582 | source: | |
583 | 583 | curl -X 'GET' \ |
584 | | - 'https://localhost:9443/t/carbon.super/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/app-templates/351262e3-1331-498a-bf2b-344b451ebb3a/en_US' \ |
585 | | - '-H ''accept': application/json' \ |
586 | | - '-H ''Authorization': Basic YWRtaW46YWRtaW4=' |
| 584 | + 'https://localhost:9443/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/app-templates/351262e3-1331-498a-bf2b-344b451ebb3a/en_US' \ |
| 585 | + -H 'accept: application/json' \ |
| 586 | + -H 'Authorization: Basic YWRtaW46YWRtaW4=' |
587 | 587 | put: |
588 | 588 | tags: |
589 | 589 | - Application Email Templates |
@@ -628,7 +628,7 @@ paths: |
628 | 628 | - lang: Curl |
629 | 629 | source: | |
630 | 630 | curl -X 'PUT' \ |
631 | | - 'https://localhost:9443/t/carbon.super/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/app-templates/351262e3-1331-498a-bf2b-344b451ebb3a/en_US' \ |
| 631 | + 'https://localhost:9443/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/app-templates/351262e3-1331-498a-bf2b-344b451ebb3a/en_US' \ |
632 | 632 | -H 'accept: application/json' \ |
633 | 633 | -H 'Authorization: Basic YWRtaW46YWRtaW4=' \ |
634 | 634 | -H 'Content-Type: application/json' \ |
@@ -665,17 +665,17 @@ paths: |
665 | 665 | $ref: '#/components/responses/NotFound' |
666 | 666 | '500': |
667 | 667 | $ref: '#/components/responses/ServerError' |
668 | | - x-extension-1: |
| 668 | + x-codeSamples: |
669 | 669 | - lang: Curl |
670 | 670 | source: | |
671 | 671 | curl -X 'DELETE' \ |
672 | | - 'https://localhost:9443/t/carbon.super/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/app-templates/351262e3-1331-498a-bf2b-344b451ebb3a/en_US' \ |
673 | | - '-H ''accept': application/json' \ |
674 | | - '-H ''Authorization': Basic YWRtaW46YWRtaW4=' |
| 672 | + 'https://localhost:9443/api/server/v2/email/template-types/YWNjb3VudGNvbmZpcm1hdGlvbg/app-templates/351262e3-1331-498a-bf2b-344b451ebb3a/en_US' \ |
| 673 | + -H 'accept: application/json' \ |
| 674 | + -H 'Authorization: Basic YWRtaW46YWRtaW4=' |
675 | 675 | servers: |
676 | | - - url: 'https://localhost:9443/t/{tenant-domain}/api/server/v2' |
| 676 | + - url: 'https://{serverUrl}/t/{tenantDomain}/api/server/v2' |
677 | 677 | variables: |
678 | | - tenant-domain: |
| 678 | + tenantDomain: |
679 | 679 | default: carbon.super |
680 | 680 | components: |
681 | 681 | parameters: |
|
0 commit comments