We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
请求体应为一个 JSON 对象,结构如下:
{ "objectName": "exampleObject", "userId": "user123", "spaceId": "space123", "doc": { "key": "value" } }
API 返回一个 JSON 对象,结构如下:
{ "data": { // 特定于请求的数据 } }
错误响应示例
{ "error": { "code": "ERR_CODE", "message": "发生错误" } }
Sorry, something went wrong.
fix [Feature]: 新增url类型的对象触发器, 以post方式发送数据 #7095
5c2a07d
baozhoutao
No branches or pull requests
Summary 摘要
Why should this be worked on? 此需求的应用场景?
The text was updated successfully, but these errors were encountered: