summaryrefslogtreecommitdiff
path: root/internal/api/model
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/model')
-rw-r--r--internal/api/model/interaction.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/api/model/interaction.go b/internal/api/model/interaction.go
index b0543ce6b..0dea6cae9 100644
--- a/internal/api/model/interaction.go
+++ b/internal/api/model/interaction.go
@@ -41,6 +41,4 @@ type InteractionRequest struct {
AcceptedAt string `json:"accepted_at,omitempty"`
// The timestamp that the interaction request was rejected (ISO 8601 Datetime). Field omitted if request not rejected (yet).
RejectedAt string `json:"rejected_at,omitempty"`
- // URI of the Accept or Reject. Only set if accepted_at or rejected_at is set, else omitted.
- URI string `json:"uri,omitempty"`
}