Skip to content

Commit

Permalink
Update en to output generated at a41a4d3
Browse files Browse the repository at this point in the history
  • Loading branch information
bszwarc committed Feb 23, 2024
1 parent 09474bc commit d32ad54
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 d32ad54

Please sign in to comment.