mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-01-25 02:08:24 +00:00
implementation for service_providers.root_domain
This commit is contained in:
@@ -21,7 +21,16 @@ ServiceProvider.fields = [
|
||||
{
|
||||
name: 'description',
|
||||
type: 'string'
|
||||
},
|
||||
{
|
||||
name: 'root_domain',
|
||||
type: 'string',
|
||||
},
|
||||
{
|
||||
name: 'registration_hook',
|
||||
type: 'string',
|
||||
}
|
||||
|
||||
];
|
||||
|
||||
module.exports = ServiceProvider;
|
||||
|
||||
@@ -1005,6 +1005,11 @@ components:
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
root_domain:
|
||||
type: string
|
||||
registration_hook:
|
||||
type: string
|
||||
format: url
|
||||
required:
|
||||
- service_provider_sid
|
||||
- name
|
||||
|
||||
Reference in New Issue
Block a user