Skip to content

Commit

Permalink
Backup
Browse files Browse the repository at this point in the history
  • Loading branch information
vic-ma committed Oct 31, 2024
1 parent 5f40d2a commit 88612a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions course-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ stages:
### API versioning
Here's how API versioning works:
- Each API supports multiple versions, to allow for different schemas.
Each API supports multiple versions, to allow for different schemas. Here's how API versioning works:
- Requests use the header field `request_api_version` to specify the API version being requested.
- Responses always use the same API version as the request. For example, a `Produce Request (Version: 3)` will always get a `Produce Response (Version: 3)` back.
- Each API's version history is independent. So, different APIs with the same version are unrelated. For example, `Produce Request (Version: 10)` is not related to `Fetch Request (Version: 10)`.
Expand Down

0 comments on commit 88612a5

Please sign in to comment.