aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Open311
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/Open311')
-rw-r--r--perllib/Open311/Endpoint/Role/mySociety.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perllib/Open311/Endpoint/Role/mySociety.pm b/perllib/Open311/Endpoint/Role/mySociety.pm
index 3669c585b..de65baab6 100644
--- a/perllib/Open311/Endpoint/Role/mySociety.pm
+++ b/perllib/Open311/Endpoint/Role/mySociety.pm
@@ -68,7 +68,8 @@ sub GET_Service_Request_Updates_input_schema {
$self->get_jurisdiction_id_required_clause,
},
optional => {
- $self->get_jurisdiction_id_optional_clause,,
+ $self->get_jurisdiction_id_optional_clause,
+ api_key => $self->get_identifier_type('api_key'),
start_date => '/open311/datetime',
end_date => '/open311/datetime',
}