Skip to content

Commit 25e8f57

Browse files
author
github-actions
committed
Update OpenAPI schemas
1 parent cafc0df commit 25e8f57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core-api/core-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6351,7 +6351,7 @@
63516351
}
63526352
},
63536353
"acceptedMessage": {
6354-
"description": "An accepted message",
6354+
"description": "An accepted response acknowledging your request to create a message",
63556355
"content": {
63566356
"application/json": {
63576357
"schema": {
@@ -6365,7 +6365,7 @@
63656365
},
63666366
"message_uid": {
63676367
"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).",
63696369
"example": "1eab543f84a0785f7b6b8967cck18f4d"
63706370
}
63716371
}
@@ -7022,7 +7022,7 @@
70227022
},
70237023
"responses": {
70247024
"202": {
7025-
"$ref": "#/components/responses/message"
7025+
"$ref": "#/components/responses/acceptedMessage"
70267026
}
70277027
}
70287028
}
@@ -8693,7 +8693,7 @@
86938693
},
86948694
"responses": {
86958695
"202": {
8696-
"$ref": "#/components/responses/message"
8696+
"$ref": "#/components/responses/acceptedMessage"
86978697
},
86988698
"301": {
86998699
"description": "If the conversation has been merged, the response redirects you to the merged conversation."

0 commit comments

Comments
 (0)