-
Notifications
You must be signed in to change notification settings - Fork 3
Update API version enum to include versions 2.12, 2.13, and 2.14 #299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update API version enum to include versions 2.12, 2.13, and 2.14 #299
Conversation
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
81d57ed to
91edebc
Compare
|
Where is this seen in the spec? 🤔 |
| - '2.9' | ||
| - '2.10' | ||
| - '2.11' | ||
| - '2.12' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it makes sense to only include till it's version as per the name, like for this file till 2.10.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, fixed it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also removed Unstable from all the versions except unstable, let me know what you think
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, that makes sense. Thank you!
|
I agree with Varshini's comment here. Also we should make sure to update the developer docs i.e https://github.com/intercom/developer-docs/blob/6f99080838e09cb23122748074c0be057a64518c/docs/references/%402.9/rest-api/api.intercom.io.yaml#L14300-L14318. |
| - '2.9' | ||
| - '2.10' | ||
| - '2.11' | ||
| - '2.12' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The versions later than 2.11 can be removed here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch, sorry for missing this. I had a merge conflict and I messed it up...

Doing this as part of the changes for the multibrand API: https://github.com/intercom/intercom/issues/421822
Added the missing API versions (2.12, 2.13, and 2.14) to all the OpenAPI description files.