You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core-api/core-api.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6351,7 +6351,7 @@
6351
6351
}
6352
6352
},
6353
6353
"acceptedMessage": {
6354
-
"description": "An accepted message",
6354
+
"description": "An accepted response acknowledging your request to create a message",
6355
6355
"content": {
6356
6356
"application/json": {
6357
6357
"schema": {
@@ -6365,7 +6365,7 @@
6365
6365
},
6366
6366
"message_uid": {
6367
6367
"type": "string",
6368
-
"description": "Message unique identifier. You can use the message UID as a [resource alias](https://dev.frontapp.com/docs/resource-aliases-1) for the message ID.",
6368
+
"description": "Message unique identifier. Use the message UID as a [resource alias](https://dev.frontapp.com/docs/resource-aliases-1) to check whether the [message is created successfully](https://dev.frontapp.com/reference/messages#creating-a-new-message).",
6369
6369
"example": "1eab543f84a0785f7b6b8967cck18f4d"
6370
6370
}
6371
6371
}
@@ -7022,7 +7022,7 @@
7022
7022
},
7023
7023
"responses": {
7024
7024
"202": {
7025
-
"$ref": "#/components/responses/message"
7025
+
"$ref": "#/components/responses/acceptedMessage"
7026
7026
}
7027
7027
}
7028
7028
}
@@ -8693,7 +8693,7 @@
8693
8693
},
8694
8694
"responses": {
8695
8695
"202": {
8696
-
"$ref": "#/components/responses/message"
8696
+
"$ref": "#/components/responses/acceptedMessage"
8697
8697
},
8698
8698
"301": {
8699
8699
"description": "If the conversation has been merged, the response redirects you to the merged conversation."
0 commit comments