# Set assets shared **POST /actions/assets/share** Share or unshare a specific list of assets by their IDs. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Body: application/json (object) - **asset_ids** (array[string(uuid)]) List of asset IDs to update - **is_shared** (boolean) Whether to share or unshare the assets ## Responses ### 200 Assets shared status successfully updated #### Body: application/json (object) - **updated_count** (integer) Number of assets updated - **asset_ids** (array[string(uuid)]) List of updated asset IDs [Powered by Bump.sh](https://bump.sh)