Skip to content

Commit fb61cc8

Browse files
authored
Merge pull request #59 from pinecone-io/state_spec
Update index_service.json OpenAPI spec to include enum values for the…
2 parents 394f5b0 + 813cb47 commit fb61cc8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

specs/index_service.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,9 @@
324324
"type": "boolean"
325325
},
326326
"state": {
327-
"type": "string"
328-
}
327+
"type": "string",
328+
"enum": ["Initializing", "ScalingUp", "ScalingDown", "Terminating", "Ready"]
329+
}
329330
}
330331
}
331332
}

0 commit comments

Comments
 (0)