REST API
Endpoints
- public
- workspaces
- workflows
- triggers
- workflow-executions
- actions
- secrets
- schedules
- tags
- users
- organization
- editor
- registry-repositories
- registry-actions
- settings
- organization-secrets
- tables
- auth
Update Registry Repository
Update an existing registry repository.
{
"id": "<string>",
"origin": "<string>",
"last_synced_at": "2023-11-07T05:31:56Z",
"commit_sha": "<string>",
"actions": [
{
"name": "<string>",
"description": "<string>",
"namespace": "<string>",
"type": "udf",
"origin": "<string>",
"secrets": [
{
"name": "<string>",
"keys": [
"<string>"
],
"optional_keys": [
"<string>"
],
"optional": true
}
],
"interface": {
"expects": {},
"returns": "<any>"
},
"implementation": {
"type": "<any>",
"template_action": {
"type": "<any>",
"definition": {
"name": "<string>",
"namespace": "<string>",
"title": "<string>",
"description": "",
"display_group": "<string>",
"doc_url": "<string>",
"author": "<string>",
"deprecated": "<string>",
"secrets": [
{
"name": "<string>",
"keys": [
"<string>"
],
"optional_keys": [
"<string>"
],
"optional": true
}
],
"expects": {},
"steps": [
{
"ref": "<string>",
"action": "<string>",
"args": {}
}
],
"returns": "<string>"
}
}
},
"default_title": "<string>",
"display_group": "<string>",
"doc_url": "<string>",
"author": "<string>",
"deprecated": "<string>",
"options": {
"include_in_schema": true
},
"repository_id": "<string>",
"action": "<string>",
"is_template": true
}
]
}
Authorizations
Path Parameters
Body
The commit SHA of the repository
1 - 255
The origin of the repository
1 - 255
Response
API read model for a registered action.
The name of the action
1 - 100
The description of the action
1000
The namespace of the action
The type of the action
udf
, template
The origin of the action as a url
1 - 1000
The repository id
The full action identifier.
Whether the action is a template.
The template action
The action name
The namespace of the action
The title of the action
The display group of the action
The arguments to pass to the action
The sequence of steps for the action
The result of the action
The description of the action
Link to documentation
Author of the action
Marks action as deprecated along with message
The secrets to pass to the action
The default title of the action
1 - 100
The presentation group of the action
1 - 100
Link to documentation
1 - 1000
Author of the action
1 - 100
Marks action as deprecated along with message
1 - 1000
Was this page helpful?
{
"id": "<string>",
"origin": "<string>",
"last_synced_at": "2023-11-07T05:31:56Z",
"commit_sha": "<string>",
"actions": [
{
"name": "<string>",
"description": "<string>",
"namespace": "<string>",
"type": "udf",
"origin": "<string>",
"secrets": [
{
"name": "<string>",
"keys": [
"<string>"
],
"optional_keys": [
"<string>"
],
"optional": true
}
],
"interface": {
"expects": {},
"returns": "<any>"
},
"implementation": {
"type": "<any>",
"template_action": {
"type": "<any>",
"definition": {
"name": "<string>",
"namespace": "<string>",
"title": "<string>",
"description": "",
"display_group": "<string>",
"doc_url": "<string>",
"author": "<string>",
"deprecated": "<string>",
"secrets": [
{
"name": "<string>",
"keys": [
"<string>"
],
"optional_keys": [
"<string>"
],
"optional": true
}
],
"expects": {},
"steps": [
{
"ref": "<string>",
"action": "<string>",
"args": {}
}
],
"returns": "<string>"
}
}
},
"default_title": "<string>",
"display_group": "<string>",
"doc_url": "<string>",
"author": "<string>",
"deprecated": "<string>",
"options": {
"include_in_schema": true
},
"repository_id": "<string>",
"action": "<string>",
"is_template": true
}
]
}