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
The simple responses of various api's use different formats: "string", "message=text", "detail=text". Some are undocumented. This requires implementors to cater for all these variants.
Steps to reproduce the behavior:
Check the swagger doc.
Expected behavior
Have the same json format (like detail=text) for all simple responses.
The text was updated successfully, but these errors were encountered:
What
The simple responses of various api's use different formats: "string", "message=text", "detail=text". Some are undocumented. This requires implementors to cater for all these variants.
Steps to reproduce the behavior:
Check the swagger doc.
Expected behavior
Have the same json format (like detail=text) for all simple responses.
The text was updated successfully, but these errors were encountered: