Skip to content

Change endpoints in a new version

Add a new endpoint

It is not a breaking change so it's recommended to simply add it to all versions. If you believe that you still need it, you can use the following migration.

Delete an old endpoint

See concepts

Change an attribute of an endpoint

Changing a "decoratory" attribute such as description or summary is generally not a breaking change and should just be applied to all versions.

However, you are still free to change almost any attribute of an endpoint in the old version. See concepts docs.

Rename an endpoint

Renaming endpoints is the same as changing their "path" attribute. See concepts docs for more details.