Update API specifications with fern api update (#3094)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -3816,18 +3816,6 @@
|
|||||||
1
|
1
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"workflow_id": {
|
|
||||||
"anyOf": [
|
|
||||||
{
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"title": "Workflow Id",
|
|
||||||
"description": "ID of the workflow this project is associated with"
|
|
||||||
},
|
|
||||||
"run_id": {
|
"run_id": {
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
{
|
{
|
||||||
@@ -7465,18 +7453,6 @@
|
|||||||
"title": "Organization Id",
|
"title": "Organization Id",
|
||||||
"description": "ID of the organization that owns this project"
|
"description": "ID of the organization that owns this project"
|
||||||
},
|
},
|
||||||
"workflow_id": {
|
|
||||||
"anyOf": [
|
|
||||||
{
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"title": "Workflow Id",
|
|
||||||
"description": "ID of the workflow this project is associated with"
|
|
||||||
},
|
|
||||||
"run_id": {
|
"run_id": {
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
{
|
{
|
||||||
@@ -10548,6 +10524,22 @@
|
|||||||
"status": {
|
"status": {
|
||||||
"$ref": "#/components/schemas/WorkflowStatus",
|
"$ref": "#/components/schemas/WorkflowStatus",
|
||||||
"default": "published"
|
"default": "published"
|
||||||
|
},
|
||||||
|
"use_cache": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Use Cache",
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
|
"cache_project_id": {
|
||||||
|
"anyOf": [
|
||||||
|
{
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title": "Cache Project Id"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|||||||
Reference in New Issue
Block a user