Skip to content

Commit

Permalink
Add deposit-request customFields (#1841)
Browse files Browse the repository at this point in the history
* Add deposit-requests customFields

* Add description

* Add resource
  • Loading branch information
colinbird authored Mar 28, 2024
1 parent 484f7bd commit fd97eed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions openapi/components/parameters/customFieldResource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ schema:
- plans
- bump-offers
- gateway-accounts
- deposit-requests
5 changes: 5 additions & 0 deletions openapi/components/schemas/DepositRequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ properties:
- 'string'
- 'null'
format: uri
customFields:
description: |-
Custom fields related to the deposit request.
Custom field values are copied to created transactions if matching custom fields (name, type) exist.
$ref: ./ResourceCustomFields.yaml
createdTime:
$ref: ./CreatedTime.yaml
updatedTime:
Expand Down

0 comments on commit fd97eed

Please sign in to comment.