2b5d29ef67
Scripts, flows, apps, resources and resource types from the Windmill workspace. API token excluded via .gitignore (config/).
18 lines
382 B
YAML
18 lines
382 B
YAML
description: Credentials for the Apify API using an OAuth token.
|
|
format_extension: null
|
|
is_fileset: false
|
|
schema:
|
|
type: object
|
|
order:
|
|
- token
|
|
properties:
|
|
token:
|
|
type: string
|
|
description: Apify OAuth token. Available only on Windmill Cloud.
|
|
default: ''
|
|
nullable: false
|
|
password: true
|
|
title: Apify OAuth Token
|
|
required:
|
|
- token
|