Actions
Feature #3020
closedAPI v2 - option to specify version in URL as well as header
Updated by Joseph Magen about 11 years ago
- Subject changed from API v2 - option to specify version in URL rather than header to API v2 - option to specify version in URL as well as header
If specified in both, then current in URL 'wins' over header.
Order of priority
1. URL - /v1/ or /v2/
2. header - version=2
3. default - if neither URL or header is specified.
ex. api/v2/hosts
Updated by Joseph Magen about 11 years ago
- Status changed from Assigned to Ready For Testing
Updated by Anonymous about 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset d10f61d2d02cefaaa28a9549c02b3c29a39cb83c.
Actions