{ "opencollection": "1.0.0", "info": { "name": "Aiven API Documentation Account Ticket_[deprecated] API", "version": "v1" }, "items": [ { "info": { "name": "Ticket_[deprecated]", "type": "folder" }, "items": [ { "info": { "name": "List organization support tickets", "type": "http" }, "http": { "method": "GET", "url": "https://api.aiven.io/v1/organization/:organization_id/tickets", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of an organization" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "

DEPRECATED: Support tickets have been moved to https://support.aiven.io/.

" }, { "info": { "name": "List support tickets", "type": "http" }, "http": { "method": "GET", "url": "https://api.aiven.io/v1/project/:project/tickets", "params": [ { "name": "project", "value": "", "type": "path", "description": "Project name" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "

DEPRECATED: Support tickets have been moved to https://support.aiven.io/.

" }, { "info": { "name": "Create a support ticket", "type": "http" }, "http": { "method": "POST", "url": "https://api.aiven.io/v1/project/:project/tickets", "params": [ { "name": "project", "value": "", "type": "path", "description": "Project name" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "

DEPRECATED: Support tickets have been moved to https://support.aiven.io/.

" }, { "info": { "name": "Invite a user to a ticket", "type": "http" }, "http": { "method": "POST", "url": "https://api.aiven.io/v1/project/:project/tickets/:ticket_id/invite", "params": [ { "name": "project", "value": "", "type": "path", "description": "Project name" }, { "name": "ticket_id", "value": "", "type": "path", "description": "Ticket ID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "

DEPRECATED: Support tickets have been moved to https://support.aiven.io/.

" } ] } ], "bundled": true }