Commit 78147338 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

New registration flow included in all test plan

parent 2a478a12
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
# Test Plan Index
List of Common API Services implemented:

* [Common Operations](./common_operations/README.md)
* [Api Invoker Management](./api_invoker_management/README.md)
* [Api Provider Management](./api_provider_management/README.md)
* [Api Publish Service](./api_publish_service/README.md)
+1 −1
Original line number Diff line number Diff line
@@ -825,5 +825,5 @@ At this documentation you will have all information and related files and exampl
[security notification body]: ./security_notification.json  "Security Notification Request"
[access token req body]: ./access_token_req.json  "Access Token Request"
[example]: ./access_token_req.json  "Access Token Request Example"
[invoker onboarding]: ../common_operations/README.md#register-an-invoker "Invoker Onboarding"
[invoker onboarding]: ../common_operations/README.md#onboard-an-invoker "Invoker Onboarding"
[provider registration]: ../common_operations/README.md#register-a-provider "Provider Registration"
+1 −1
Original line number Diff line number Diff line
@@ -242,6 +242,6 @@ At this documentation you will have all information and related files and exampl

[log entry request body]: ../api_logging_service/invocation_log.json "Log Request Body"

[invoker onboarding]: ../common_operations/README.md#register-an-invoker "Invoker Onboarding"
[invoker onboarding]: ../common_operations/README.md#onboard-an-invoker "Invoker Onboarding"

[provider onboarding]: ../common_operations/README.md#register-a-provider "Provider Onboarding"
+2 −3
Original line number Diff line number Diff line
@@ -348,9 +348,8 @@ At this documentation you will have all information and related files and exampl
   [service api description]: ../api_publish_service/service_api_description_post_example.json  "Service API **Description** Request"
   [publisher register body]: ../api_publish_service/publisher_register_body.json  "Publish register Body"
   [invoker onboarding body]: ../api_invoker_management/invoker_details_post_example.json  "API Invoker Request"
   [invoker register body]: ../api_invoker_management/invoker_register_body.json  "Invoker Register Body"
   [provider request body]: ../api_provider_management/provider_details_post_example.json  "API Provider Enrolment Request"
   [provider request patch body]: ../api_provider_management/provider_details_enrolment_details_patch_example.json  "API Provider Enrolment Patch Request"
   [provider getauth body]: ../api_provider_management/provider_getauth_example.json    "Get Auth Example"
   [invoker onboarding]: ../common_operations/README.md#register-an-invoker "Invoker Onboarding"

   [invoker onboarding]: ../common_operations/README.md#onboard-an-invoker "Invoker Onboarding"
   [provider registration]: ../common_operations/README.md#register-a-provider "Provider Registration"
+1 −2
Original line number Diff line number Diff line
@@ -258,10 +258,9 @@ At this documentation you will have all information and related files and exampl



[invoker register body]: ../api_invoker_management/invoker_register_body.json  "Invoker Register Body"
[invoker onboard request body]: ../api_invoker_management/invoker_details_post_example.json  "API Invoker Request"
[event subscription request body]: ./event_subscription.json  "Event Subscription Request"
[invoker onboarding]: ../common_operations/README.md#register-an-invoker "Invoker Onboarding"
[invoker onboarding]: ../common_operations/README.md#onboard-an-invoker "Invoker Onboarding"


[Return To All Test Plans]: ../README.md
Loading