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
Each of these requests has the same Authorization setting - basic auth with the AccessToken password. To make it easier to add new requests to the collection, I'd suggest setting the Authorization at the collection level and having all requests inherit from the parent.
I'd be willing to do this if you're ok with it.
The text was updated successfully, but these errors were encountered:
I totally agree, and in fact I have done some of the APIs this way. The reason I kept it per API level is to help the user get all the details about running single API.
But we can actually handle this on the documentation, thanks @jkewley
Each of these requests has the same Authorization setting - basic auth with the AccessToken password. To make it easier to add new requests to the collection, I'd suggest setting the Authorization at the collection level and having all requests inherit from the parent.
I'd be willing to do this if you're ok with it.
The text was updated successfully, but these errors were encountered: