Skip to content

docs: reformat docs #383

@kiwicopple

Description

@kiwicopple

Chore

Describe the chore

We need to reformat the docs. This has been done partially here in this doc:

https://github.com/supabase/wrappers/blob/main/docs/catalog/stripe.md

### Accounts

This is an object representing a Stripe account.

Ref: [Stripe docs](https://stripe.com/docs/api/accounts/list)

#### Operations

| Object                                                | Select | Insert | Update | Delete | Truncate |
| ----------------------------------------------------- | :----: | :----: | :----: | :----: | :------: |
| [Accounts](https://stripe.com/docs/api/accounts/list) |   ✅   |   ❌   |   ❌   |   ❌   |    ❌    |

#### Usage

xx

#### Notes

- While any column is allowed in a where clause, it is most efficient to filter by `id`.

We need to continue this format (Operations, Usage, Notes) for every entity (Balance, Balance Transactions, etc)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions