Update Recipe

Update an existing recipe

Request
path Parameters
id
required
string

: Recipe ID

Request Body schema: application/json

: The fields to update

Any of:

: The fields to update

title
string or null
projectIds
Array of strings or null
labelScript
string or null
uiSettings
object or null
object or null
property name*
additional property
any
Responses
200

Ok

patch/recipes/{id}
Request samples
application/json
{
  • "title": "string",
  • "projectIds": [
    ],
  • "labelScript": "string",
  • "uiSettings": {
    },
  • "metadata": {
    }
}
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "updatedBy": "string",
  • "creator": "string",
  • "title": "string",
  • "projectIds": [
    ],
  • "ontology": {
    },
  • "labelScript": "string",
  • "toolsSettings": {
    },
  • "uiSettings": {
    },
  • "metadata": {
    },
  • "v2": true
}