Changes to Get rates for a base/target pair effective from a specific time
GET /v1/rates/{base}/{target}
Every recorded change to this endpoint, newest first. Back to the operation
Changed in 1 of the 2 revisions of this API.22
What changed
- ●
changed the pattern of the
pathrequest parameterbasefrom^[A-Z]{3}$to^[A-Z]{3,4}$request-parameter-pattern-changed
- ●
changed the pattern of the
pathrequest parametertargetfrom^[A-Z]{3}$to^[A-Z]{3,4}$request-parameter-pattern-changed
- ○
the
//response's property pattern was changed from^[A-Z]{3}$to^[A-Z]{3,4}$for the statusresponse-property-pattern-changed
- ○
the
//response's property pattern was changed from^[A-Z]{3}$to^[A-Z]{3,4}$for the statusresponse-property-pattern-changed
- ●