Discussions

Ask a Question

Does not see any changes for readme.io after uploading a changed file

I have uploaded a openAPI file a couple hours ago, then upload it again after some changes, but I can not see any changes. Do I miss any steps?

How can I find the reciept ( vs oayment made by us )

How can I find the reciept ( vs oayment made by us )

Subscribe/Follow changes in a specific private project

How do I subscribe or follow changes in a specific private project? I want to receive a notification of any change via my email...

Why isn't the query parameter of an array type removed when all the values are removed?

The problem: - We have an optional array type for a query parameter - If we add values then the values are added as expected - but when we remove them, then the parameter is still left to the query with an empty value Expected behaviour: - if all values are removed the parameter should be removed from the query For reference: <https://preview.readme.io/reference/cookies_standard?url=3.1%2Fparameters-style.json> It seems that in the preview it does work, but we can't seem to be able to get the same behaviour in our API reference <https://docs.nftport.xyz/reference/retrieve-nft-details> with the `include` parameter

Is there a way to list all docs in a project via the API?

I'd like to retrieve ALL docs in a project. This includes all my reference docs plus any guides and custom pages I've created. Is there a way to do this via the API? I tried using the Search docs endpoint with a wildcard but only got limited results. I don't see a List All Docs endpoint.

Email notifications for password protected sites

Is there a way to get email notifications upon changes for password protected sites? (RSS will not work)

How to show endpoint name as api title

I coded my endpoints with Name on c# and operationId set with "Example Name" on swagger.json [HttpGet("test/{test}", Name="Example Name")] But when i updated my documentation, still my endpoint shows with route test/{test} on the page.

Production not show parameters and response which is available in staging

Hi, I have staging and production API document, later I changed URL of the API and publish to git hub, staging got synced with new URL and parameter and response, but production show only URL changes but parameter and response is not available now.

How to use dynamic UUID in Readme?

Is there any feature to create a dynamic UUID for each request in API References? We can generate UUID in Postman using `{{$timestamp}}` ``` "object": { "id": "id-{{$timestamp}}", }, ```

Authentication

How can I authenticate my username and password?