Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions sat/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@
'503':
description: Not ready

/campaigns/:

Check warning on line 625 in sat/openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint with Spectral

path-keys-no-trailing-slash Path must not end with slash.

Check warning on line 625 in sat/openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint with Spectral

path-keys-no-trailing-slash Path must not end with slash.
get:
operationId: listCampaigns
tags: [Campaigns]
Expand Down Expand Up @@ -881,7 +881,7 @@
'403':
description: Insufficient permissions

/groups/:

Check warning on line 884 in sat/openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint with Spectral

path-keys-no-trailing-slash Path must not end with slash.

Check warning on line 884 in sat/openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint with Spectral

path-keys-no-trailing-slash Path must not end with slash.
get:
operationId: listGroups
tags: [Groups]
Expand Down Expand Up @@ -958,7 +958,7 @@
description: Deleted

description: Deletes the target group.
/templates/:

Check warning on line 961 in sat/openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint with Spectral

path-keys-no-trailing-slash Path must not end with slash.

Check warning on line 961 in sat/openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint with Spectral

path-keys-no-trailing-slash Path must not end with slash.
get:
operationId: listTemplates
tags: [Templates]
Expand Down Expand Up @@ -1008,6 +1008,12 @@
operationId: updateTemplate
tags: [Templates]
summary: Update email template
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/Template'
responses:
'200':
description: Updated
Expand All @@ -1021,7 +1027,7 @@
description: Deleted

description: Deletes the email template.
/pages/:

Check warning on line 1030 in sat/openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint with Spectral

path-keys-no-trailing-slash Path must not end with slash.

Check warning on line 1030 in sat/openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint with Spectral

path-keys-no-trailing-slash Path must not end with slash.
get:
operationId: listPages
tags: [Landing Pages]
Expand Down Expand Up @@ -1079,6 +1085,12 @@
operationId: updatePage
tags: [Landing Pages]
summary: Update landing page
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/Page'
responses:
'200':
description: Updated
Expand All @@ -1092,7 +1104,7 @@
description: Deleted

description: Deletes the landing page.
/smtp/:

Check warning on line 1107 in sat/openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint with Spectral

path-keys-no-trailing-slash Path must not end with slash.

Check warning on line 1107 in sat/openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint with Spectral

path-keys-no-trailing-slash Path must not end with slash.
get:
operationId: listSendingProfiles
tags: [Sending Profiles]
Expand Down Expand Up @@ -1150,6 +1162,12 @@
operationId: updateSendingProfile
tags: [Sending Profiles]
summary: Update sending profile
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/SMTP'
responses:
'200':
description: Updated
Expand All @@ -1163,7 +1181,7 @@
description: Deleted

description: Deletes the SMTP sending profile.
/roles/:

Check warning on line 1184 in sat/openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint with Spectral

path-keys-no-trailing-slash Path must not end with slash.

Check warning on line 1184 in sat/openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint with Spectral

path-keys-no-trailing-slash Path must not end with slash.
get:
operationId: listRoles
tags: [Admin]
Expand All @@ -1181,7 +1199,7 @@
'403':
description: Insufficient permissions

/users/:

Check warning on line 1202 in sat/openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint with Spectral

path-keys-no-trailing-slash Path must not end with slash.

Check warning on line 1202 in sat/openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint with Spectral

path-keys-no-trailing-slash Path must not end with slash.
get:
operationId: listUsers
tags: [Admin]
Expand Down Expand Up @@ -1355,7 +1373,7 @@
description: SAML SSO is not configured

# ── Webhook payload schema (8.6) ────────────────────────────────────────────
/webhooks/:

Check warning on line 1376 in sat/openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint with Spectral

path-keys-no-trailing-slash Path must not end with slash.

Check warning on line 1376 in sat/openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint with Spectral

path-keys-no-trailing-slash Path must not end with slash.
get:
operationId: listWebhooks
tags: [Webhooks]
Expand Down
Loading