Document goldness endpoints for marking cards as golden

Add POST and DELETE endpoints for /:account_slug/cards/:card_number/goldness
This commit is contained in:
Rob Zolkos
2026-01-07 10:12:03 -05:00
parent 9b47269349
commit 7de65be756
+16
View File
@@ -779,6 +779,22 @@ __Response:__
Returns `204 No Content` on success.
### `POST /:account_slug/cards/:card_number/goldness`
Marks a card as golden.
__Response:__
Returns `204 No Content` on success.
### `DELETE /:account_slug/cards/:card_number/goldness`
Removes golden status from a card.
__Response:__
Returns `204 No Content` on success.
## Comments
Comments are attached to cards and support rich text.