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:
+16
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user