chore(docs): correct openAPI types, update schema and readme#121
Conversation
nikitachapovskii-dev
left a comment
There was a problem hiding this comment.
Thanks! All good from my side 👍
|
|
||
| ### OpenAPI schema | ||
|
|
||
| URL to Markdown also runs as a [Standby web server](https://docs.apify.com/platform/actors/running/standby), so you can send an HTTP GET request to its `/fetch` endpoint instead of running the Actor normally. |
There was a problem hiding this comment.
Correct link is: https://docs.apify.com/actors/running/standby
There was a problem hiding this comment.
It points to the same page
There was a problem hiding this comment.
Yeah, but that probably means that the one you had is outdated and gets redirected to /actors/ path
|
|
||
| URL to Markdown also runs as a [Standby web server](https://docs.apify.com/platform/actors/running/standby), so you can send an HTTP GET request to its `/fetch` endpoint instead of running the Actor normally. | ||
|
|
||
| Here you can find the [OpenAPI 3.1.0 schema](https://apify.com/apify/url-to-markdown/api/openapi) for the Standby web server. Note that the OpenAPI definition contains all available query parameters, but only `url` is required. |
There was a problem hiding this comment.
Shouldn't the link be https://apify.com/apify/url-to-markdown/endpoints ?
There was a problem hiding this comment.
yeah, good catch, I just trusted what was on the other readme, I'll change that as well
| "maximum": 3, | ||
| "default": 1 | ||
| "maximum": 5, | ||
| "default": 2 |
There was a problem hiding this comment.
Why has this been updated?
There was a problem hiding this comment.
To match what it's in the input schema
Follow up on #120 also closes #105