Skip to content

Commit

Permalink
feat: Add type field to sign template (#355)
Browse files Browse the repository at this point in the history
* feat: Add type field to sign template

* Add openapi.json file
  • Loading branch information
congminh1254 authored Sep 6, 2023
1 parent d1763b5 commit 36a3df4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/responses/sign_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ description: |-
A Box Sign template object
allOf:
- properties:
type:
type: string
example: sign-template
enum:
- sign-template
description: object type
id:
type: string
example: 4206996024-14944f75-c34b-478a-95a1-264b1ff80d35
Expand Down
8 changes: 8 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -32712,6 +32712,14 @@
"allOf": [
{
"properties": {
"type": {
"type": "string",
"example": "sign-template",
"enum": [
"sign-template"
],
"description": "object type"
},
"id": {
"type": "string",
"example": "4206996024-14944f75-c34b-478a-95a1-264b1ff80d35",
Expand Down

0 comments on commit 36a3df4

Please sign in to comment.