Complete template definition to replace the existing template document with. May not contain fields '_id', 'workflowId', 'created', 'createdBy', 'lastUpdated', or 'lastUpdatedBy'.
Copied to Clipboard
{
"update": {
"name": "test",
"group": "Sample group",
"command": "show ip br",
"description": "description",
"template": "Value FIRST_WORD (S+)\n\nStart\n ^FIRST_WORD.* -> Record",
"data": "some sample text to match against",
"type": "test"
}
}
Copied to Clipboard
{
"type": "object",
"properties": {
"update": {
"title": "update",
"description": "Complete template definition to replace the existing template document with. May not contain fields '_id', 'workflowId', 'created', 'createdBy', 'lastUpdated', or 'lastUpdatedBy'.",
"$ref": "templateUpdate"
}
},
"required": [
"update"
],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name
Type
Description
response
object
Response object.
Copied to Clipboard
{
"updated": {
"name": "test",
"group": "Sample group",
"command": "show ip br",
"description": "description",
"template": "Value FIRST_WORD (S+)\n\nStart\n ^FIRST_WORD.* -> Record",
"data": "some sample text to match against",
"type": "test",
"_id": "ABe619fD25Bd315F8E7Ec778",
"createdBy": "59FFE019cC93fFfc1B853e9e",
"created": "2019-11-25T22:51:39.201Z",
"lastUpdatedBy": "ea64ffDfFaAeDC420Fe7DCD2",
"lastUpdated": "2019-11-25T22:51:39.201Z",
"version": 1,
"tags": [
{
"_id": "a9dc4EcEcbF2f34a5BE957a6",
"name": "in consequat sed dolor",
"description": "A user-defined object to help group documents."
},
{
"_id": "6AFbD97BFbCbf8C4b2eC82A3",
"name": "dolor qui exercitation dolore",
"description": "A user-defined object to help group documents."
},
{
"_id": "7bBfF6C7EBB52Fa1ce0AA7bA",
"name": "irure consectetur quis labore",
"description": "A user-defined object to help group documents."
},
{
"_id": "af7FA6f27D994CbFadA4BbDB",
"name": "incididunt exercitation cupidatat non",
"description": "A user-defined object to help group documents."
}
]
},
"edit": "cillum id reprehenderit"
}
Copied to Clipboard
{
"title": "response",
"type": "object",
"properties": {
"updated": {
"description": "Template document after applying the update.",
"$ref": "template"
},
"edit": {
"type": "string",
"description": "URI to the edit page for the updated template."
}
},
"required": [
"updated",
"edit"
]
}