Files
api-specs/idn/beta/schemas/SpConfigImportJobStatus.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

16 lines
472 B
YAML

allOf:
- $ref: "./SpConfigJob.yaml"
- type: object
required:
- completed
- message
properties:
message:
type: string
description: This message contains additional information about the overall status of the job.
example: "Download import results for details."
completed:
type: string
format: 'date-time'
description: The time the job was completed.
example: "2021-05-11T22:23:16Z"