Skip to content

Commit

Permalink
Merge pull request #67 from folio-org/MODFQMMGR-456
Browse files Browse the repository at this point in the history
Add crossTenant property to QueryDetails
  • Loading branch information
bvsharp authored Sep 17, 2024
2 parents ff7f63a + 4631a30 commit 1fcfc64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/swagger.api/schemas/query.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
"description": "Date and time when the query execution was completed",
"type": "string",
"format": "date-time"
},
"crossTenant": {
"description": "Indicates whether a query is cross-tenant",
"type": "boolean",
"default": false
}
},
"required": [
Expand Down

0 comments on commit 1fcfc64

Please sign in to comment.