Skip to content

Commit dc81f2a

Browse files
feat(openapi): srs-mgmt/v1 owner field support (#100)
1 parent b216e44 commit dc81f2a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.openapi/srs-fleet-manager.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,10 @@
495495
"registryDeploymentId": {
496496
"description": "Identifier of a multi-tenant deployment, where this Service Registry instance resides.",
497497
"type": "integer"
498+
},
499+
"owner": {
500+
"description": "Registry instance owner",
501+
"type": "string"
498502
}
499503
},
500504
"example": {
@@ -505,7 +509,8 @@
505509
"status": "PROVISIONING",
506510
"lastUpdated": "2021-05-04T12:34:56Z"
507511
},
508-
"registryDeploymentId": 1
512+
"registryDeploymentId": 1,
513+
"owner": "ownername"
509514
}
510515
}
511516
]

0 commit comments

Comments
 (0)