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