Discussions

Ask a Question
ANSWERED

Receipts

how can I find reciepts for me payment
ANSWERED

Suggested edit button is not displayed in any of the pages.

We used to have suggested edit button on every page but I just noticed it's gone. I checked the configuration but the feature is still enabled so I don't know why it's gone. Please advise how to fix the issue. <https://developers.tripla.ai/reference/introduction>

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}}", }, ```
ANSWERED

Error selecting a Plan

I joined readme.io and ported our documentation, now that I want to publish it I can't select a plan. When I try to pay, it says "Error submitting form", even when I choose downgrade to Free it gives the same error
ANSWERED
ANSWERED

AWS Code - Commit

Is it possible to sync an OAS file from a AWS code commit?

Link validation

Is there a link validation tool availble in Readme?
ANSWERED

Error submitting form after updating a page

When I update a Guide page, I get a message that says error submitting form. This happens after entering text and clicking the Save to Staging button. The page that I am working on is quite large with many tables. Do you have any ideas why I am getting this error and what I can do?

while uploading a json multipart file in API endpoint causing an exception , Failed to parse multipart servlet request

I have added a parameter as File in body params and content-type:[multipart/form-data], on click on Try it , it is giving me Failed to parse multipart servlet request ``` ``` ``` ```
ANSWERED

Automated deployment of additional information for OpenAPI schema

Hi, I have the problem that I want to deploy a lot of OpenAPI schemas to readme. However these are not just standard schemas, but I would like to add custom annotations in html or markdown to each of the routes. This works nicely if I do it manually, but I need to do this in an automated way and I did not find a way to do it. Is there already an API to do so? If not it would be awesome to add it! Maybe the nicest way to do it would be to accept an extension field in the API spec JSON which can contain html and another for markdown.