mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
15 lines
427 B
YAML
15 lines
427 B
YAML
description: Details of a service request Service Desk integration
|
|
required:
|
|
- provision
|
|
- checkStatus
|
|
type: object
|
|
properties:
|
|
provision:
|
|
description: provisioning details for the service request Service Desk integration
|
|
type: object
|
|
$ref: './ServiceRequestProvision.yaml'
|
|
checkStatus:
|
|
description: check status mappings for the Service Desk integration
|
|
type: object
|
|
$ref: './CheckStatus.yaml'
|