feat: API specs update for version latest#72
Conversation
Greptile SummaryThis PR introduces a new
Confidence Score: 4/5Safe to merge if the duplicate platform entry in the OpenAPI3 specs is confirmed to be harmless to the SDK generators in use, or is fixed first. All three OpenAPI3 spec files list "server" twice in the platforms array for every new apps* endpoint, while the Swagger2 counterparts list it only once. If the SDK generation pipeline iterates over the array without deduplication, it will attempt to emit the server binding twice for each of the 11 affected endpoints, producing compile errors or duplicate method registrations in generated clients. All three OpenAPI3 spec files — open-api3-latest-client.json, open-api3-latest-server.json, and open-api3-latest-console.json — need the duplicate "server" entry removed from the platforms arrays of the new apps* operations. Important Files Changed
Reviews (4): Last reviewed commit: "chore: update API specs and SDK examples" | Re-trigger Greptile |
ed6f02e to
dfa4f2c
Compare
dfa4f2c to
c7a37ba
Compare
This PR contains API specification updates for version latest.