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 swagger specification for the /post/new PUT endpoint does not require an id key in the body of the request. However, the API implementation does assume the presence of an id key and uses it. This is necessary to identify which post is being updated. The swagger spec should be updated, and the FFB and Android clients both need to be changed to match the updated spec.
The text was updated successfully, but these errors were encountered:
The swagger specification for the
/post/new
PUT endpoint does not require anid
key in the body of the request. However, the API implementation does assume the presence of anid
key and uses it. This is necessary to identify which post is being updated. The swagger spec should be updated, and the FFB and Android clients both need to be changed to match the updated spec.The text was updated successfully, but these errors were encountered: