OrganizationOtpCodeRequest
Properties
| Property | Type | Required | Description |
|---|---|---|---|
code |
string | Yes |
View JSON Schema
{
"type": "object",
"required": [
"code"
],
"properties": {
"code": {
"type": "string"
}
}
}
| Property | Type | Required | Description |
|---|---|---|---|
code |
string | Yes |
{
"type": "object",
"required": [
"code"
],
"properties": {
"code": {
"type": "string"
}
}
}