Skip to content

Commit ebc0d11

Browse files
authored
Merge pull request #2112 from Quetzacoalt91/fix-typo-in-bulk-convention
Admin API: Fix expected route name in bulk conventions
2 parents 148beb2 + a0f5de0 commit ebc0d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin-api/contribute-to-core-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ For bulk action we create a new dedicated resource with only one array field `$a
479479

480480
{{% notice warning %}}
481481
**ADR Bulk Operations Convention**:
482-
- Use `bulk-` prefix for the action in the URI (e.g., `/attributes/groups/delete`, not `/attributes/groups/bulk-delete`)
482+
- Use `bulk-` prefix for the action in the URI (e.g., `/attributes/groups/bulk-delete`, not `/attributes/groups/delete`)
483483
- Use plural domain name + "Ids" for parameter names (e.g., `attributeGroupIds`)
484484
- The example uses `PUT` method, but you could also use `DELETE` method depending on the operation
485485
{{% /notice %}}

0 commit comments

Comments
 (0)