Skip to content

Commit 012ec1b

Browse files
Update docs/interactions/receiving-and-responding.mdx
Co-authored-by: Colin Loretz <[email protected]>
1 parent 27ffb2b commit 012ec1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/interactions/receiving-and-responding.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ The endpoints below are not bound to the application's [Global Rate Limit](/docs
390390
:::
391391

392392
## Create Interaction Response
393-
<Route type="POST">/interactions/\{interaction.id/docs/interactions/receiving-and-responding#interaction-object\}/\{interaction.token/docs/interactions/receiving-and-responding#interaction-object\}/callback</Route>
393+
<Route type="POST">/interactions/[\{interaction.id}](/docs/interactions/receiving-and-responding#interaction-object)/[\{interaction.token\}](/docs/interactions/receiving-and-responding#interaction-object)/callback</Route>
394394

395395
Create a response to an Interaction. Body is an [interaction response](/docs/interactions/receiving-and-responding#interaction-response-object). Returns `204` unless `with_response` is set to `true` which returns `200` with the body as [interaction callback response](/docs/interactions/receiving-and-responding#interaction-callback-interaction-callback-response-object).
396396

0 commit comments

Comments
 (0)