Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
owocado committed Oct 17, 2024
1 parent a241384 commit 9804fac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/interactions/Receiving_and_Responding.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,10 @@ r = requests.post(url, json=json)

###### Interaction Callback Response Object

| Field | Type | Description |
|-------------|--------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------|
| interaction | [interaction callback object](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/interaction-callback-interaction-callback-object) | The interaction object associated with the interaction response. |
| resource? | [interaction resource object](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/interaction-callback-interaction-callback-resource-object) | The resource that was created by the interaction response. |
| Field | Type | Description |
|-------------|--------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------|
| interaction | [interaction callback object](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/interaction-callback-interaction-callback-object) | The interaction object associated with the interaction response. |
| resource? | [interaction resource object](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/interaction-callback-interaction-callback-resource-object) | The resource that was created by the interaction response. |

###### Interaction Callback Object

Expand Down

0 comments on commit 9804fac

Please sign in to comment.