You've already forked AstralRinth
forked from didirus/AstralRinth
feat(labrinth): allow editing loader fields in bulk in v3 project PATCH (#4140)
This commit is contained in:
committed by
GitHub
parent
d22c9e24f4
commit
ad208536b0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user