Skip to content

Commit

Permalink
Add metadata to customer
Browse files Browse the repository at this point in the history
  • Loading branch information
that-guy-iain committed Jan 31, 2025
1 parent 5aaecfc commit 05c62a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: "3.0.0"
info:
version: 1.0.0
version: 1.1.0
title: BillaBear
description: The REST API provided by BillaBear
license:
Expand Down
3 changes: 3 additions & 0 deletions src/schemas/Customer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@ properties:
type: boolean
nullable: true
description: "If the customer has opted in for marketing"
metadata:
type: object
description: Any metadata you want to add to a customer

0 comments on commit 05c62a0

Please sign in to comment.