PATCH
/
registry
/
actions
/
{action_name}
This response does not have an example.

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 length: 1000
secrets
object[] | null

Update the secrets of the action

interface
object | null

Update the interface of the action

implementation
object | null

Update the implementation of the action

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
object | null

Update the options of the action

Response

204
_mintlify/placeholder

Successful Response