Operation details
| Field | Value |
|---|---|
| Name | updateProjectSkill |
| Group | Project Primitives |
| Type | Mutation |
| Signature | updateProjectSkill(input: UpdateProjectSkillInput!): ProjectSkillDocument |
Playground
Query
Query
mutation UpdateProjectSkill($input: UpdateProjectSkillInput!) {
updateProjectSkill(input: $input) {
id
name
description
allowedTools
editMode
sections
}
}
Variables
Variables
{
"input": {
"projectId": "",
"skillId": "",
"name": "",
"description": ""
}
}