1 / 5
The team agreed to ___ the v1 endpoint six months after v2 launches.
-
-
-
-
You deprecate an endpoint. Deprecate is the precise API-lifecycle collocation; the others are informal or incorrect. So deprecate an endpoint.
2 / 5
We must ___ backward compatibility for at least 12 months after a major version bump.
-
-
-
-
You maintain backward compatibility. Maintain is the standard API-versioning collocation; the others are informal. So maintain backward compatibility.
3 / 5
Renaming the user_id field will ___ a breaking change that affects all existing clients.
-
-
-
-
You introduce a breaking change. Introduce is the precise API collocation; the others are informal or incorrect. So introduce a breaking change.
4 / 5
The developer relations team will help ___ clients from v2 to v3 over three months.
-
-
-
-
You migrate clients. Migrate is the standard versioning collocation; the others are informal or less precise. So migrate clients.
5 / 5
The roadmap includes a date on which the team will officially ___ the legacy version.
-
-
-
-
You sunset a version. Sunset is the precise product-management collocation for ending API versions; the others do not fit. So sunset a version.