Skip to content

Instantly share code, notes, and snippets.

@redrick
Last active May 9, 2017 21:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save redrick/f368e697eeb69d5acccd0544b6195e41 to your computer and use it in GitHub Desktop.
Save redrick/f368e697eeb69d5acccd0544b6195e41 to your computer and use it in GitHub Desktop.
OTRS REST API Ticket Creation setup file
---
Debugger:
DebugThreshold: debug
TestMode: '0'
Description: REST API v1
FrameworkVersion: 5.0.16
Provider:
Operation:
TicketCreate:
Description: Creates new ticket
MappingInbound: {}
MappingOutbound: {}
Type: Ticket::TicketCreate
SessionCreate:
Description: Creates a Session
MappingInbound: {}
MappingOutbound: {}
Type: Session::SessionCreate
Transport:
Config:
KeepAlive: ''
MaxLength: '100000000'
RouteOperationMapping:
SessionCreate:
RequestMethod:
- POST
Route: /Session
TicketCreate:
RequestMethod:
- POST
Route: /Ticket
Type: HTTP::REST
RemoteSystem: ''
Requester:
Transport:
Type: ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment