Skip to main content
PATCH
/
registry
/
actions
/
{action_name}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

action_name
string
required

Body

application/json

API update model for a registered action.

name
string | null

Update the name of the action

Required string length: 1 - 100
description
string | null

Update the description of the action

Maximum string length: 1000
secrets
RegistrySecret · object[] | null

Update the secrets of the action

interface
RegistryActionInterface · object

Update the interface of the action

implementation
RegistryActionTemplateImpl · object

Update the implementation of the action

  • RegistryActionTemplateImpl
  • RegistryActionUDFImpl
default_title
string | null

Update the default title of the action

Required string length: 1 - 100
display_group
string | null

Update the display group of the action

Required string length: 1 - 100
doc_url
string | null

Update the doc url of the action

Required string length: 1 - 1000
author
string | null

Update the author of the action

Required string length: 1 - 100
deprecated
string | null

Update the deprecation message of the action

Required string length: 1 - 1000
options
RegistryActionOptions · object

Update the options of the action

Response

Successful Response