Skip to content

chore(docs): correct openAPI types, update schema and readme#121

Merged
ruocco-l merged 5 commits into
masterfrom
chore/openapi-hotfix
Jul 22, 2026
Merged

chore(docs): correct openAPI types, update schema and readme#121
ruocco-l merged 5 commits into
masterfrom
chore/openapi-hotfix

Conversation

@ruocco-l

Copy link
Copy Markdown
Collaborator

Follow up on #120 also closes #105

@nikitachapovskii-dev nikitachapovskii-dev left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! All good from my side 👍

Comment thread actors/apify_url-to-markdown/README.md Outdated

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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It points to the same page

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, but that probably means that the one you had is outdated and gets redirected to /actors/ path

Comment thread actors/apify_url-to-markdown/README.md Outdated

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.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why has this been updated?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To match what it's in the input schema

@ruocco-l
ruocco-l merged commit 9a04f1e into master Jul 22, 2026
2 checks passed
@ruocco-l
ruocco-l deleted the chore/openapi-hotfix branch July 22, 2026 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update URL2M to use multi-tenant standby

4 participants