Skip to content

Instantly share code, notes, and snippets.

@ffalor
Created April 26, 2024 17:36
Show Gist options
  • Save ffalor/14bafa8790a8e3d8ca419118870a0fcf to your computer and use it in GitHub Desktop.
Save ffalor/14bafa8790a8e3d8ca419118870a0fcf to your computer and use it in GitHub Desktop.
"host_groups.UpdateGroupReqV1": {
"description": "A specific group to be updated",
"required": [
"id"
],
"properties": {
"assignment_rule": {
"description": "The new assignment rule of the group. Note: If the group type is static, this field cannot be updated manually",
"x-nullable": true,
"type": "string"
},
"description": {
"description": "The new description of the group",
"type": "string"
},
"id": {
"description": "The id of the group to update",
"type": "string"
},
"name": {
"description": "The new name of the group",
"type": "string"
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment