-
Type:
Bug
-
Resolution: Done
-
Priority:
Minor
-
Affects Version/s: COmanage Match 1.0.0 (Suitable Pear)
-
Component/s: Match
If the client includes an Accept: header in the API request, then the template path is not the same as if it is not included
POST https://.../match/api/1/v1/people/.../... HTTP/1.1
=> Response Template = /app/src/Template/TeirApi/response.ctp
POST https://.../match/api/1/v1/people/.../... HTTP/1.1
Accept: application/json
=> Response Template = /app/src/Template/TeirApi/json/response.ctp
Workaround by copying or symlinking the file in the other location.
- is related to
-
CO-2470 TierApiController Should Be Renamed TapApiController
-
- Resolved
-