Skip to content

Commit

Permalink
Merge 7ebcfec into b00d2b9
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Apr 11, 2022
2 parents b00d2b9 + 7ebcfec commit adc0ed0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions consent/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ type swaggerListSubjectConsentSessionsPayload struct {
// in: query
// required: true
Subject string `json:"subject"`

// The maximum amount of consent sessions to be returned, upper bound is 500 sessions.
// in: query
Limit int `json:"limit"`

// The offset from where to start looking.
// in: query
Offset int `json:"offset"`
}

// swagger:parameters revokeAuthenticationSession
Expand Down

0 comments on commit adc0ed0

Please sign in to comment.