Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Warning |
---|
As of ThreadFix 2.7.4, API Requests without a version specified have been deprecated. |
Starting in version 2.4 of ThreadFix, we have introduced versioned REST calls, corresponding with the version of ThreadFix that is deployed. These versions allow us to adjust the parameters and responses of REST calls while preserving backwards compatibility for those who do not wish to edit their existing integrations. Here are a few rules about how to use the version:
- By adding “/v2.4” after “/rest”, you will use the 2.4 version of a REST call.
Example: http://localhost:8080/rest/v2.4/teams
- If you want to keep using the 2.3 version of any changed calls, just put “/v2.3” after “/rest”.
Example: http://localhost:8080/rest/v2.3/teams
- To always use the latest version of a call, such as when calls change in future releases, use “/latest”.
Example: http://localhost:8080/rest/latest/teams
- To always use the 2.3 version of a call, or the version a call was introduced in if it was introduced after 2.3, use “/legacy”.
Example: http://localhost:8080/rest/legacy/teams
- Note: If you do not specify a version, the call will use the “/legacy” version implicitly. As of ThreadFix 2.7.4, this behavior is deprecated, and the ability to use a REST call without specifying a version will be removed in a future release.
Page Tree | ||
---|---|---|
|