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
@taojing2002 the delete usage service returns an HTTP status of 200 if the request is successful, or an error status if it isn't
successful. Is that sufficient?
@taojing2002
The bookkeeper delete methods for all resources ("customers", "products", ...) all return HTTP 200 on success, so I'd say let's go with that.
I just opened issue #50 for creating a Swagger definition for the bookkeeper API. When this is created, this should be the reference for the bookkeeper API.
In our design document, the delete usage method should return a boolean result. However, it return a blank string.
The text was updated successfully, but these errors were encountered: