Skip to content

Stored only in your browser. Get one under Tokens.

Api to process all public steps

PUT
/cron/steps

Api to process all public steps

Authorizations

ApiKeyAuth
Type
API Key (header: Authorization)

Parameters

Path Parameters

id*

ID|Nick|PRN

Type
string
Required

Responses

OK

application/json
JSON
[
  
{
  
  
"created_at": "string",
  
  
"device_id": "string",
  
  
"garbage": true,
  
  
"object_sha": [
  
  
  
"string"
  
  
],
  
  
"owner": "string",
  
  
"public": true,
  
  
"step_id": "string",
  
  
"timemodified": "string",
  
  
"updated_at": "string"
  
}
]

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI