Mirror of https://github.com/roostorg/coop github.com/roostorg/coop
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: Add heading to Appeals (#149)

I was browsing the docs and noticed this looked weird/inconsistent :)

authored by

Cassidy James Blaede and committed by
GitHub
2eea3948 0d285da8

+3 -1
+3 -1
docs/APPEALS.md
··· 1 + # Appeals 2 + 1 3 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. 2 4 3 5 ## Implementation ··· 171 173 172 174 | Property | Type | Description | 173 175 | :---- | :---- | :---- | 174 - | 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. | 176 + | 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. |