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
{{ message }}
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.
I've been using this plugin for quite some time but never had an endpoint with the same path but different method.
Looks like this plugin doesn't like having a different http method because no matter how much I tell it that these two resources are using different method, it just ignores it.
Obviously cloudformation doesn't like that and it throws an err: Documentation part already exists for the specified location: type 'RESOURCE', path '/api/v1/file'.
So how do I go about this ? 🤔
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I've been using this plugin for quite some time but never had an endpoint with the same path but different method.
Looks like this plugin doesn't like having a different http method because no matter how much I tell it that these two resources are using different method, it just ignores it.
As seen in this log the first and the last ones use the same path, but they should have different method:
Obviously cloudformation doesn't like that and it throws an err:
Documentation part already exists for the specified location: type 'RESOURCE', path '/api/v1/file'.
So how do I go about this ? 🤔
The text was updated successfully, but these errors were encountered: