We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b7c22 commit f2be981Copy full SHA for f2be981
components/servicenow/actions/create-case/create-case.mjs
@@ -6,6 +6,11 @@ export default {
6
description: "Creates a new case record in ServiceNow.",
7
version: "0.0.1",
8
type: "action",
9
+ annotations: {
10
+ destructiveHint: false,
11
+ openWorldHint: true,
12
+ readOnlyHint: false,
13
+ },
14
props: {
15
servicenow,
16
name: {
components/servicenow/actions/create-incident/create-incident.mjs
description: "Creates a new incident record in ServiceNow.",
0 commit comments