Created
April 26, 2024 17:36
-
-
Save ffalor/14bafa8790a8e3d8ca419118870a0fcf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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