Creates a verification reminder for the document. Users can create verification reminders from different product surfaces.
Details about the reminder.
OK
Invalid request
Not Authorized
Document does not exist, does not support verification or user cannot access document
Too Many Requests
{- "documentId": "string",
- "assignee": "string",
- "remindInDays": 0,
- "reason": "string"
}
{- "state": "UNVERIFIED",
- "metadata": {
- "lastVerifier": {
- "name": "George Clooney",
- "obfuscatedId": "abc123"
}, - "lastVerificationTs": 0,
- "expirationTs": 0,
- "document": {
- "id": "string",
- "datasource": "string",
- "connectorType": "API_CRAWL",
- "docType": "string",
- "content": {
- "fullTextList": [
- "string"
]
}, - "containerDocument": { },
- "parentDocument": { },
- "title": "string",
- "url": "string",
- "metadata": {
- "container": "container",
- "parentId": "JIRA_EN-1337",
- "createTime": "2000-01-23T04:56:07.000Z",
- "datasource": "datasource",
- "author": {
- "name": "name"
}, - "documentId": "documentId",
- "updateTime": "2000-01-23T04:56:07.000Z",
- "mimeType": "mimeType",
- "objectType": "Feature Request",
- "components": [
- "Backend",
- "Networking"
], - "status": [
- "Done"
], - "customData": {
- "someCustomField": "someCustomValue"
}
}, - "sections": [
- {
- "title": "string",
- "url": "string"
}
]
}, - "reminders": [
- {
- "assignee": {
- "name": "George Clooney",
- "obfuscatedId": "abc123"
}, - "requestor": {
- "name": "George Clooney",
- "obfuscatedId": "abc123"
}, - "remindAt": 0,
- "createdAt": 0,
- "reason": "string"
}
], - "lastReminder": {
- "assignee": {
- "name": "George Clooney",
- "obfuscatedId": "abc123"
}, - "requestor": {
- "name": "George Clooney",
- "obfuscatedId": "abc123"
}, - "remindAt": 0,
- "createdAt": 0,
- "reason": "string"
}, - "visitorCount": [
- {
- "count": 0,
- "period": {
- "minDaysFromNow": 0,
- "maxDaysFromNow": 0,
- "start": {
- "epochSeconds": 0,
- "daysFromNow": 0
}, - "end": {
- "epochSeconds": 0,
- "daysFromNow": 0
}
}, - "org": "string"
}
], - "candidateVerifiers": [
- {
- "name": "George Clooney",
- "obfuscatedId": "abc123"
}
]
}
}