feat(labrinth): allow editing loader fields in bulk in v3 project PATCH (#4140)

This commit is contained in:
Alejandro González
2025-08-08 16:10:42 +02:00
committed by GitHub
parent d22c9e24f4
commit ad208536b0
2 changed files with 27 additions and 1 deletions

View File

@@ -512,6 +512,7 @@ pub async fn project_edit(
moderation_message_body: v2_new_project.moderation_message_body,
monetization_status: v2_new_project.monetization_status,
side_types_migration_review_status: None, // Not to be exposed in v2
loader_fields: HashMap::new(), // Loader fields are not a thing in v2
};
// This returns 204 or failure so we don't need to do anything with it