DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
API Development Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
API Development
Why does bumping the ENTIRE API's version for a change affecting only one endpoint cause unnecessary cost?
A
It doesn't cause any real cost
B
It forces clients using completely unrelated, unchanged endpoints to also migrate, or forces the team to maintain two full parallel implementations unnecessarily
C
Global version bumps are always required by REST
D
This only matters for GraphQL APIs, not REST
Check Answer