feat: add tags to provisioner keys api (#13989)

This commit is contained in:
Garrett Delfosse
2024-07-25 15:20:45 +00:00
committed by GitHub
parent ca83017dc1
commit 6161d173d3
21 changed files with 120 additions and 49 deletions
+6
View File
@@ -11024,6 +11024,12 @@ const docTemplate = `{
"organization": {
"type": "string",
"format": "uuid"
},
"tags": {
"type": "object",
"additionalProperties": {
"type": "string"
}
}
}
},
+6
View File
@@ -9950,6 +9950,12 @@
"organization": {
"type": "string",
"format": "uuid"
},
"tags": {
"type": "object",
"additionalProperties": {
"type": "string"
}
}
}
},