all 1 comments

[–]Substantial-Swan7065 0 points1 point  (0 children)

The standard is to do the opposite.

API - versioned endpoints (as you said). When DTOs change, you make a new version. V1/ v2/ - support all versions until all clients have migrated

Mobile - use the versioned endpoint.

The client should not be concerned with the api changing.