Skip to content

Commit

Permalink
MODFQMMGR-481: Add localize parameter to GET contents endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
bvsharp committed Oct 23, 2024
1 parent 7207afd commit ab2c4c4
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 @@ -144,6 +144,11 @@
"type": "string"
}
}
},
"localize": {
"description": "Whether to localize dates in content response",
"type": "boolean",
"default": false
}
},
"required": [
Expand Down

0 comments on commit ab2c4c4

Please sign in to comment.