Commit 042cc081 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Merge branch...

Merge branch 'OCF-Doc70-fix-capif-api-events-service-test-case-5-error-response-body' into 'develop'

Updated Test Case 5 Error Reponse Body

Closes #70

See merge request !76
parents c8c633cf 1787fe08
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -250,11 +250,11 @@ At this documentation you will have all information and related files and exampl

  3. Event Subscriptions are stored in CAPIF Database
  4. Remove Event Subscription with not valid subscriber:
     1. **404 Not Found**
     1. **401 Unauthorized**
     2. Error Response Body must accomplish with **ProblemDetails** data structure with:
        * status 404
        * detail with message "Service API not existing".
        * cause with message "Event API subscription id not found".
        * status 401
        * detail with message "User not authorized".
        * cause with message "You are not the owner of this resource".

---
## Test Case 6: Invoker receives Service API Invocation events