Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/access_rights.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}})

Expand Down
4 changes: 0 additions & 4 deletions content/docs/actors/development/actor_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.



Binary file modified content/docs/images/access-rights.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/docs/images/access-rights.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.