documentantion

Function docs and management

Usage

In order to prevent prompt adoption, these docs can't be edited or altered without a new function version.

An agent can create tests for a function to prevent erroneous code from deploying in your API.

POST /function/docs

Crons will handle your scheduled operations

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Required
Description

function

string

Function name

Response

{
  "docs": [
    {
      "title": "doc title",
      "subtitle" : "doc subtitle"
      "content": "documentaiton content"
    }
  ],
  "error": null
}

Last updated

Was this helpful?