Skip to content

Commit febb40c

Browse files
rambleraptorclaude
andcommitted
reorder: move Delete before Apply in standard-methods
Changes the order of standard-methods AEPs from: Methods, Get, List, Create, Update, Apply, Delete, Custom Methods To: Methods, Get, List, Create, Update, Delete, Apply, Custom Methods - Delete (AEP-135): order 60 → 50 - Apply (AEP-137): order 50 → 60 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent fb52306 commit febb40c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aep/general/0135/aep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ slug: delete
55
created: 2024-02-11
66
placement:
77
category: standard-methods
8-
order: 60
8+
order: 50

aep/general/0137/aep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ slug: apply
55
created: 2024-11-13
66
placement:
77
category: standard-methods
8-
order: 50
8+
order: 60

0 commit comments

Comments
 (0)