Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ mailtrap-openapi/
| `contacts.openapi.yml` | Contact management API | `https://mailtrap.io` |
| `sandbox.openapi.yml` | Email Sandbox/testing API | `https://mailtrap.io` |
| `general.openapi.yml` | Account, users, permissions, billing | `https://mailtrap.io` |
| `webhooks.openapi.yml` | Webhook event handlers | Your endpoint (incoming) |
| `email-api.openapi.yml` | Combined email API reference | Varies by operation |

### Base URL Rules
Expand Down Expand Up @@ -86,7 +85,6 @@ A mapping file `helpscout_to_gitbook_redirects.csv` is available locally (not co
| Sending Domain Setup | `https://docs.mailtrap.io/email-api-smtp/setup/sending-domain` |
| Bulk Stream | `https://docs.mailtrap.io/email-api-smtp/setup/bulk-stream` |
| Email Templates | `https://docs.mailtrap.io/email-marketing/campaigns/email-templates` |
| Webhooks | `https://docs.mailtrap.io/email-api-smtp/advanced/webhooks` |
| Email Logs | `https://docs.mailtrap.io/email-api-smtp/analytics/logs` |
| Email Sandbox | `https://docs.mailtrap.io/getting-started/email-sandbox` |
| API Tokens | `https://docs.mailtrap.io/email-sandbox/setup/api-tokens` |
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ The specifications are located in the `specs/` directory:
| Contacts | `specs/contacts.openapi.yml` | `https://mailtrap.io` |
| Sandbox | `specs/sandbox.openapi.yml` | `https://mailtrap.io` |
| General | `specs/general.openapi.yml` | `https://mailtrap.io` |
| Webhooks | `specs/webhooks.openapi.yml` | Your endpoint |
| Email API | `specs/email-api.openapi.yml` | Varies by operation |

## Usage
Expand Down
14 changes: 0 additions & 14 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,3 @@
kind: openapi
spec: general
```

## Webhooks

* ```yaml
props:
models: false
downloadLink: false
type: builtin:openapi
dependencies:
spec:
ref:
kind: openapi
spec: webhooks
```
Loading