toulouse_smart: correct help text on uuid parameter (#57669)

This commit is contained in:
Nicolas Roche 2021-10-07 16:48:37 +02:00
parent 075e7ba088
commit d82af1c290
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ class ToulouseSmartResource(BaseResource, HTTPResource):
methods=['post'],
description=_('Update an intervention status'),
parameters={
'id': {'description': _('Intervention identifier')},
'uuid': {'description': _('Notification identifier')},
},
post={'request_body': {'schema': {'application/json': schemas.UPDATE_SCHEMA}}},
)