If a record with the id exists it will be updated.
🔒 Requires Custom Connections Data: Create and Update Data permission.
💎 Requires your account have the Custom Connections and Tests feature. Contact your CSM for help upgrading.
Successful
Invalid Authorization
You must upgrade your plan to use this feature
You are not allowed to perform this action
You must accept the Drata terms and conditions to use the API
The file was too large to upload
Internal server error
{- "data": {
- "type": "object",
- "required": [
- "comment_id",
- "user",
- "text"
], - "properties": {
- "comment_id": {
- "type": "number"
}, - "user": {
- "type": "object",
- "required": [
- "id",
- "name",
- "email",
- "has_bought"
], - "properties": {
- "id": {
- "type": "number"
}, - "name": {
- "type": "string"
}, - "email": {
- "type": "string"
}, - "has_bought": {
- "type": "boolean"
}
}
}, - "text": {
- "type": "string"
}
}
}
}
{- "id": 1
}