Discussions

Ask a Question

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
ANSWERED

PlantUML support in MD?

Just wondering if something like this might be possible
ANSWERED

I forgot which email I used to manage my readme account can I know it?

Is there a way to recover email/username?

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.
ANSWERED

Can't Register in https://portal.pushologies.com/register

Dear Team. I'm a new user and try to register but {<https://portal.pushologies.com/register}> with email([email protected]) and the new password, It's shown an error: User does not exist. How can I register? Thanks & Regards Anuj Kr. Vaish
ANSWERED

How can I replace some variables in code example?

Like I set a required authentication in headers, in curl code. it will show automatically. ```curl curl curl --request GET \ --url https://xxxxxxx \ --header 'api-secret: testtest' \ --header 'accept: application/json' ``` But if I want to use it in my own example, like python sdk. how can I use it. ```python api-secret=${api-secret} ```
ANSWERED

Will readme support grpc/proto documentation soon?

Wondering if API documentation will support protocol buffers for gRPC service documentation.

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.