diff --git a/apify-api/openapi/openapi.yaml b/apify-api/openapi/openapi.yaml index 54e44f9e9b..46a785be70 100644 --- a/apify-api/openapi/openapi.yaml +++ b/apify-api/openapi/openapi.yaml @@ -37,9 +37,9 @@ info: ## Authentication - You can find your API token on the - [Integrations](https://console.apify.com/account#/integrations) page in the - Apify Console. + **You can find your API token on the + [Integrations](https://console.apify.com/settings/integrations) page in the + Apify Console.** To use your token in a request, either: @@ -54,7 +54,7 @@ info: in browser history and server logs. This creates a chance for someone unauthorized to access your API token. - **Do not share your API token or password with untrusted parties.** + **Never share your API token or password with untrusted parties!** For more information, see our [integrations](https://docs.apify.com/platform/integrations) documentation. diff --git a/apify-api/openapi/paths/actors/acts@{actorId}@run-sync-get-dataset-items.yaml b/apify-api/openapi/paths/actors/acts@{actorId}@run-sync-get-dataset-items.yaml index 572afab0d8..47b246e0b0 100644 --- a/apify-api/openapi/paths/actors/acts@{actorId}@run-sync-get-dataset-items.yaml +++ b/apify-api/openapi/paths/actors/acts@{actorId}@run-sync-get-dataset-items.yaml @@ -1,7 +1,7 @@ post: tags: - Actors/Actor runs - summary: Run Actor synchronously with input and get dataset items + summary: Run Actor synchronously and get dataset items description: | Runs a specific Actor and returns its dataset items. diff --git a/apify-api/openapi/paths/actors/acts@{actorId}@run-sync.yaml b/apify-api/openapi/paths/actors/acts@{actorId}@run-sync.yaml index f102528829..c98921d222 100644 --- a/apify-api/openapi/paths/actors/acts@{actorId}@run-sync.yaml +++ b/apify-api/openapi/paths/actors/acts@{actorId}@run-sync.yaml @@ -1,7 +1,7 @@ post: tags: - Actors/Actor runs - summary: Run Actor synchronously with input and return output + summary: Run Actor synchronously and return output description: | Runs a specific Actor and returns its output. @@ -85,7 +85,7 @@ post: get: tags: - Actors/Actor runs - summary: Without input + summary: Run Actor synchronously without input description: | Runs a specific Actor and returns its output. The run must finish in 300 seconds diff --git a/src/pages/index.tsx b/src/pages/index.tsx index ae9ae5a27f..9e983bed57 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -66,7 +66,7 @@ export default function Home() { align="center" description={ - Learn how to put the web to work with Apify. + Learn how to put the web to work. } />