Skip to content

Commit 7018696

Browse files
feat(registry-management): SDK matching current staging environment (#60)
1 parent c580635 commit 7018696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.openapi/srs-fleet-manager.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
"name": "id",
344344
"description": "A unique identifier for a `Registry`.",
345345
"schema": {
346-
"type": "integer"
346+
"type": "string"
347347
},
348348
"in": "path",
349349
"required": true
@@ -658,4 +658,4 @@
658658
}
659659
}
660660
}
661-
}
661+
}

0 commit comments

Comments
 (0)