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
In your readme for the PUT you have the two following statements which seem to have competing goals.
Must populate the id and collection fields in the Item from the URI.
...
If the id or collection fields are different from those in the URI, status code 400 shall be returned.
Statement one seems to indicate that you can gracefully ignore the values in the body and just override them with the path parameter values, but the second indicates it is a failure state and you should return a 400. And in the case of returning a 400, it would not matter if you follow the directions of statement one since you are returning a 400.
I might be misreading this, so if there is another interpretation it would be nice (and we would include in our documentation) as we are implementing this extension.
Thanks!
The text was updated successfully, but these errors were encountered:
In your readme for the PUT you have the two following statements which seem to have competing goals.
Statement one seems to indicate that you can gracefully ignore the values in the body and just override them with the path parameter values, but the second indicates it is a failure state and you should return a 400. And in the case of returning a 400, it would not matter if you follow the directions of statement one since you are returning a 400.
I might be misreading this, so if there is another interpretation it would be nice (and we would include in our documentation) as we are implementing this extension.
Thanks!
The text was updated successfully, but these errors were encountered: