You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Frame color capitalization is inconsistent and different cases are required when interacting with the API in different ways. This is a burden for API clients. The frame color capitalization data should be reconciled.
Description
Frame color is an essential attribute of the Bike model and a required field to register a new bike. In this sample Proxyman screenshot and bikeindex-sample.proxymanlogv2.zip file you can see that the request to POST v3/bikes uses a lower-case color value but the response uses a Title Case color value.
Attempted work-arounds
The API is case-sensitive and clients do not have the option of switching to all Title Case or all lower case to smooth this over. Attempting to capitalize the color field will not fix this for API clients.
The text was updated successfully, but these errors were encountered:
aokj4ck
changed the title
Frame color capitalization is inconsitent in the API
Frame color capitalization is inconsistent in the API
Jan 1, 2024
Summary
Frame color capitalization is inconsistent and different cases are required when interacting with the API in different ways. This is a burden for API clients. The frame color capitalization data should be reconciled.
Description
Frame color is an essential attribute of the Bike model and a required field to register a new bike. In this sample Proxyman screenshot and bikeindex-sample.proxymanlogv2.zip file you can see that the request to POST v3/bikes uses a lower-case color value but the response uses a Title Case color value.
Attempted work-arounds
The API is case-sensitive and clients do not have the option of switching to all Title Case or all lower case to smooth this over. Attempting to capitalize the color field will not fix this for API clients.
The text was updated successfully, but these errors were encountered: