mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 04:19:19 +00:00
NEROCKET-183-158 adding docs for NEROCKET-158 that had previosuly had…' by github action: 6238224524
18 lines
423 B
YAML
18 lines
423 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 |