diff --git a/content/docs/access_rights.md b/content/docs/access_rights.md index 3a58a7cdf5..f3f669fca9 100644 --- a/content/docs/access_rights.md +++ b/content/docs/access_rights.md @@ -20,7 +20,7 @@ You can also grant permission to update an actor and build a new version. > To be able to grant access rights to another user you must have a **username** set in [account settings](https://console.apify.com/account?tab=settings). -To share an actor, task, key-value store, request queue or dataset, open its **Settings** tab and at the very bottom you will find the **Access rights** section. You can add a collaborator using their **user ID**, **email** or **username**. Once you have added the collaborator, you can configure their permissions. +To share an actor, task, key-value store, request queue, or dataset, click on the **Actions** button in the top-right corner and select **Share**. You can add a collaborator using their **user ID**, **email**, or **username**. Once you have added the collaborator, you can configure their permissions. ![Access rights configuration]({{@asset images/access-rights.webp}}) diff --git a/content/docs/actors/development/actor_config.md b/content/docs/actors/development/actor_config.md index b019fe0e43..22d3878424 100644 --- a/content/docs/actors/development/actor_config.md +++ b/content/docs/actors/development/actor_config.md @@ -11,7 +11,6 @@ The main actor config should live in the `.actor/actor.json` file in the actor's For example, the `.actor/actor.json` file can look this: - ```json { "actorSpecification": 1, // always 1 @@ -44,6 +43,3 @@ You can embed your [input schema](/actors/development/input-schema#specification **`storages.dataset` field**\ You can define the schema of the items in your dataset under the `storages.dataset` field. This can be either an embedded object or a path to a JSON schema file. [Read more](/actors/development/output-schema#specification-version-1) about actor output schema. - - - diff --git a/content/docs/images/access-rights.png b/content/docs/images/access-rights.png index 48b67196c1..b43723d08a 100644 Binary files a/content/docs/images/access-rights.png and b/content/docs/images/access-rights.png differ diff --git a/content/docs/images/access-rights.webp b/content/docs/images/access-rights.webp index 5be0e34218..e7e68e4eb9 100644 Binary files a/content/docs/images/access-rights.webp and b/content/docs/images/access-rights.webp differ