From 6f95fe48979835ed8b00c281e904658119ed0ec8 Mon Sep 17 00:00:00 2001 From: Cassidy James Blaede Date: Tue, 24 Mar 2026 15:47:52 -0600 Subject: [PATCH] docs: Add heading to Appeals I was browsing the docs and noticed this looked weird/inconsistent :) --- docs/APPEALS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/APPEALS.md b/docs/APPEALS.md index 933e81b5..2996cae1 100644 --- a/docs/APPEALS.md +++ b/docs/APPEALS.md @@ -1,3 +1,5 @@ +# Appeals + When a user on your platform is unsatisfied with your decision and submits an appeal request, asking you to re-review your original decision, you should send that appeal request to Coop through this API. ## Implementation @@ -171,4 +173,4 @@ The Body of the Request will include the following: | Property | Type | Description | | :---- | :---- | :---- | -| id | String | This is Coop’s unique identifier for this [Action](CONCEPTS.md#actions). You can create, update, and view your company's Actions in the Actions page. If you click the "Edit" button on a particular Action, you'll be able to see its id at the end of the URL. | \ No newline at end of file +| id | String | This is Coop’s unique identifier for this [Action](CONCEPTS.md#actions). You can create, update, and view your company's Actions in the Actions page. If you click the "Edit" button on a particular Action, you'll be able to see its id at the end of the URL. |