From 8b2db36c52ccabaf4fcf6a9f23dea1032b35008f Mon Sep 17 00:00:00 2001 From: GitHub Action Bot Date: Wed, 12 Jul 2023 21:50:48 +0000 Subject: [PATCH] Automated commit by github action: 5536764085 --- .../idn/beta/paths/mail-from-attribute.yaml | 24 +++++++++---------- .../idn/beta/schemas/MailFromAttributes.yaml | 12 ++++++---- static/api-specs/idn/sailpoint-api.beta.yaml | 2 +- 3 files changed, 21 insertions(+), 17 deletions(-) diff --git a/static/api-specs/idn/beta/paths/mail-from-attribute.yaml b/static/api-specs/idn/beta/paths/mail-from-attribute.yaml index 139e97995..15b71d931 100644 --- a/static/api-specs/idn/beta/paths/mail-from-attribute.yaml +++ b/static/api-specs/idn/beta/paths/mail-from-attribute.yaml @@ -1,22 +1,22 @@ get: security: - - oauth2: [ sp:notification-mail-from-attributes:read ] + - oauth2: [ sp:notification-mail-from-attributes:read ] operationId: getMailFromAttributes tags: - - Notifications + - Notifications summary: Get MAIL FROM Attributes description: >- Retrieve MAIL FROM attributes for a given AWS SES identity. parameters: - - in: query - name: id - required: true - schema: - type: string - description: >- - Returns the MX and TXT record to be put in your DNS, as well as the MAIL FROM domain status - example: - bobsmith@sailpoint.com + - in: query + name: id + required: true + schema: + type: string + description: >- + Returns the MX and TXT record to be put in your DNS, as well as the MAIL FROM domain status + example: + bobsmith@sailpoint.com responses: '200': description: MAIL FROM Attributes object @@ -33,4 +33,4 @@ get: '429': $ref: '../../v3/responses/429.yaml' '500': - $ref: '../../v3/responses/500.yaml' \ No newline at end of file + $ref: '../../v3/responses/500.yaml' diff --git a/static/api-specs/idn/beta/schemas/MailFromAttributes.yaml b/static/api-specs/idn/beta/schemas/MailFromAttributes.yaml index 4a148a113..e5431eef6 100644 --- a/static/api-specs/idn/beta/schemas/MailFromAttributes.yaml +++ b/static/api-specs/idn/beta/schemas/MailFromAttributes.yaml @@ -1,9 +1,13 @@ type: object properties: - id: + identity: type: string - example: BobSmith@sailpoint.com - description: The identity or domain address + example: bob.smith@sailpoint.com + description: The email identity + mailFromDomain: + type: string + example: foo.sailpoint.com + description: The name of a domain that an email identity uses as a custom MAIL FROM domain mxRecord: type: string example: 10 feedback-smtp.us-east-1.amazonses.com @@ -20,4 +24,4 @@ properties: - FAILED example: PENDING description: The current status of the MAIL FROM verification -description: MAIL FROM attributes for a domain / identity \ No newline at end of file +description: MAIL FROM attributes for a domain / identity diff --git a/static/api-specs/idn/sailpoint-api.beta.yaml b/static/api-specs/idn/sailpoint-api.beta.yaml index ef25e1f64..af5083d6a 100644 --- a/static/api-specs/idn/sailpoint-api.beta.yaml +++ b/static/api-specs/idn/sailpoint-api.beta.yaml @@ -1324,7 +1324,7 @@ paths: $ref: './beta/paths/managed-clusters.yaml' /mail-from-attributes: $ref: './beta/paths/mail-from-attributes.yaml' - /mail-from-attribute/{id}: + /mail-from-attributes/{identity}: $ref: './beta/paths/mail-from-attribute.yaml' /mfa/{method}/config: $ref: './beta/paths/mfa-config.yaml'