# Set project assets shared **POST /actions/projects/{project_id}/assets/share** Share or unshare all assets for a specific project or a list of specific assets. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **project_id** () Unique identifier of the project ## Body parameters Content-type: application/json - **is_shared** (boolean) Whether to share or unshare the assets - **asset_ids** (array[string(uuid)]) Specific asset IDs to update. ## Responses ### 200: Assets shared status successfully updated #### Body Parameters: application/json (object) - **updated_count** (integer) Number of assets updated - **project_id** (string(uuid)) Project identifier [Powered by Bump.sh](https://bump.sh)