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 @@ -16,7 +16,6 @@ mailtrap-openapi/
├── specs/ # OpenAPI specification files
│ ├── contacts.openapi.yml
│ ├── email-api.openapi.yml
│ ├── email-batch.openapi.yml
│ ├── email-sending-bulk.openapi.yml
│ ├── email-sending-transactional.openapi.yml
│ ├── email-templates.openapi.yml
Expand All @@ -36,7 +35,6 @@ mailtrap-openapi/
|-----------|-------------|----------|
| `email-sending-transactional.openapi.yml` | Transactional email sending | `https://send.api.mailtrap.io` |
| `email-sending-bulk.openapi.yml` | Bulk/marketing email sending | `https://bulk.api.mailtrap.io` |
| `email-batch.openapi.yml` | Batch email operations | `https://send.api.mailtrap.io` |
| `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` |
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ The specifications are located in the `specs/` directory:
|------|------|----------|
| Email Sending (Transactional) | `specs/email-sending-transactional.openapi.yml` | `https://send.api.mailtrap.io` |
| Email Sending (Bulk) | `specs/email-sending-bulk.openapi.yml` | `https://bulk.api.mailtrap.io` |
| Email Batch | `specs/email-batch.openapi.yml` | `https://send.api.mailtrap.io` |
| Contacts | `specs/contacts.openapi.yml` | `https://mailtrap.io` |
| Sandbox | `specs/sandbox.openapi.yml` | `https://mailtrap.io` |
| General | `specs/general.openapi.yml` | `https://mailtrap.io` |
Expand Down
12 changes: 0 additions & 12 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,6 @@
kind: openapi
spec: email-sending-bulk
```
* ```yaml
props:
models: false
downloadLink: false
expandOperations: false
type: builtin:openapi
dependencies:
spec:
ref:
kind: openapi
spec: email-batch
```

## Management

Expand Down
Loading