2b5d29ef67
Scripts, flows, apps, resources and resource types from the Windmill workspace. API token excluded via .gitignore (config/).
27 lines
858 B
YAML
27 lines
858 B
YAML
description: |-
|
|
1. Open up the `Settings` dropdown and select `General Settings`
|
|
2. Copy the `Space ID`
|
|
3. Open up the `Settings` dropdown again and select `CMA tokens`
|
|
4. Create a new personal access token, copy the access token
|
|
5. Open up the `Settings` dropdown one last time and select `Environments`
|
|
6. Copy any `Environment ID`. The value for this will most likely be `master`
|
|
format_extension: null
|
|
is_fileset: false
|
|
schema:
|
|
$schema: https://json-schema.org/draft/2020-12/schema
|
|
type: object
|
|
properties:
|
|
accessToken:
|
|
type: string
|
|
description: Access token for Content Management API (CMA).
|
|
environment:
|
|
type: string
|
|
description: Environment (e.g. master).
|
|
spaceId:
|
|
type: string
|
|
description: Unique identifier of the space.
|
|
required:
|
|
- accessToken
|
|
- environment
|
|
- spaceId
|