Files
api-specs/nerm/schemas/GET/Pages.yaml
developer-relations-sp 84ab5caaaa Automated commit 'Merge pull request #6 from sailpoint/NEROCKET-183-158
NEROCKET-183-158 adding docs for NEROCKET-158 that had previosuly had…' by github action: 6238224524
2023-09-19 16:17:15 +00:00

24 lines
568 B
YAML

type: object
properties:
uid:
type: string
description: The uid of the page
example: page_uid
description:
type: text
example: Page for workflow
description: The description of the page
name:
type: string
example: My Page Name
description: The name of the page
archived:
type: boolean
example: false
description: Determines whether the page is archived
id:
type: string
format: uuid
readOnly: true
description: The id of the form
example: 2e06b876-f456-473d-bd65-b6435e0b6b2d