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