mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ServiceAccounts: Use isManaged in DTO instead of isExternal (#77634)
* ServiceAccounts: Use IsManaged in DTO instead of isExternal * Revert omitempty * Modify the other DTO * Swagger
This commit is contained in:
@@ -6825,7 +6825,7 @@
|
||||
"type": "boolean",
|
||||
"example": false
|
||||
},
|
||||
"isExternal": {
|
||||
"isManaged": {
|
||||
"type": "boolean",
|
||||
"example": false
|
||||
},
|
||||
@@ -6880,7 +6880,7 @@
|
||||
"type": "boolean",
|
||||
"example": false
|
||||
},
|
||||
"isExternal": {
|
||||
"isManaged": {
|
||||
"type": "boolean",
|
||||
"example": false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user