mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
let users set organisation on POST /service/{id}
This commit is contained in:
@@ -103,7 +103,7 @@ class ProviderDetailsSchema(BaseSchema):
|
||||
class ServiceSchema(BaseSchema):
|
||||
|
||||
created_by = field_for(models.Service, 'created_by', required=True)
|
||||
organisation = field_for(models.Service, 'organisation_id', dump_only=True)
|
||||
organisation = field_for(models.Service, 'organisation')
|
||||
branding = field_for(models.Service, 'branding')
|
||||
|
||||
class Meta:
|
||||
|
||||
Reference in New Issue
Block a user