Skip to content

Commit

Permalink
feat: add read-only params to sign templates (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-apimgmt authored Feb 23, 2024
1 parent bedbbd8 commit a41a4d3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "http://www.apache.org/licenses/LICENSE-2.0"
},
"version": "2.0.0",
"x-box-commit-hash": "d3a7365495"
"x-box-commit-hash": "ee67564780"
},
"servers": [
{
Expand Down Expand Up @@ -33160,6 +33160,11 @@
"description": "The label field is used especially for text, attachment, radio, and checkbox type inputs.",
"nullable": true,
"example": "Legal name"
},
"read_only": {
"type": "boolean",
"description": "Whether this input was defined as read-only(immutable by signers) or not",
"example": true
}
}
}
Expand Down Expand Up @@ -37459,6 +37464,11 @@
"type": "integer",
"description": "Index of page that the input is on",
"example": 4
},
"read_only": {
"type": "boolean",
"description": "Whether this input was defined as read-only(immutable by signers) or not",
"example": true
}
}
}
Expand Down

0 comments on commit a41a4d3

Please sign in to comment.