Define the endpoint to BPN discovery services and the EDC discovery service.
Define the endpoint to BPN discovery services and the EDC discovery service.
- application/json
Request Body required
Create new endpoint for bpn discovery service / edc discovery service. The type is uniqued. This service is allowed to administrators only
- type string required
Possible values:
non-empty
and<= 200 characters
- description string required
Possible values:
non-empty
and<= 500 characters
- endpointAddress string required
Possible values:
non-empty
and<= 300 characters
- documentation string
Possible values:
non-empty
and<= 500 characters
- resourceId string
Responses
- 201
Discovery Endpoint created successfully
- application/json
- Schema
- Example (from schema)
- Complete
Schema
- type string
Possible values:
non-empty
and<= 200 characters
- description string
Possible values:
non-empty
and<= 500 characters
- endpointAddress string
Possible values:
non-empty
and<= 300 characters
- documentation string
Possible values:
non-empty
and<= 500 characters
- resourceId string
{
"type": "string",
"description": "string",
"endpointAddress": "string",
"documentation": "string",
"resourceId": "string"
}
{
"type": "oen",
"description": "Service to discover BPN to a particular OEN",
"endpointAddress": "http://...",
"documentation": "http://.../swagger/index.html",
"resourceId": "ec6f407b-4296-418c-9e4e-fb739fe72a67"
}
Loading...