Skip to content

Commit

Permalink
fix: Add missing fields to Sign Template Signer
Browse files Browse the repository at this point in the history
  • Loading branch information
box-apimgmt committed Aug 20, 2024
1 parent d683ee9 commit b950dae
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 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": "75e07a386e"
"x-box-commit-hash": "7166973b7f"
},
"servers": [
{
Expand Down Expand Up @@ -33560,6 +33560,17 @@
"description": "If provided, this value points signers that are assigned the same inputs and belongs to same signer group.\nA signer group is not a Box Group. It is an entity that belongs to the template itself and can only be used\nwithin Box Sign requests created from it.",
"example": "cd4ff89-8fc1-42cf-8b29-1890dedd26d7",
"nullable": true
},
"label": {
"type": "string",
"description": "A placeholder label for the signer set by the template creator to differentiate between signers.",
"example": "Jane Doe",
"nullable": true
},
"public_id": {
"type": "string",
"description": "An identifier for the signer. This can be used to identify a signer within the template.",
"example": "RJZYYVPR"
}
}
}
Expand Down

0 comments on commit b950dae

Please sign in to comment.