Files
api-specs/idn/beta/schemas/SpConfigExportJob.yaml
GitHub Action Bot 53f0c40dc2 Automated commit 'Merge pull request #1509 from sailpoint/fix/SpConfigResponses
Fix the response schema for sp config endpoints' by github action: 7120554106
2023-12-06 21:36:29 +00:00

10 lines
289 B
YAML

allOf:
- $ref: "./SpConfigJob.yaml"
- type: object
required:
- description
properties:
description:
type: string
description: Optional user defined description/name for export job.
example: "ETS configuration objects from Acme-Solar sandbox"