diff --git a/docs/api.md b/docs/api.md index 516ca56..afc579a 100644 --- a/docs/api.md +++ b/docs/api.md @@ -13,7 +13,7 @@ This document contains the API documentation for both Events and Configuration A 1. [Legacy Mode](#legacy-mode) 1. [Configuration API](#configuration-api) 1. [Event Types](#event-types) - 1. [Register Event Type](#register-event-type) + 1. [Crate Event Type](#create-event-type) 1. [Update Event Type](#update-event-type) 1. [Delete Event Type](#delete-event-type) 1. [Get Event Types](#get-event-types) @@ -121,7 +121,7 @@ The Event Gateway exposes a RESTful JSON configuration API. By default Configura ### Event Types -#### Register Event Type +#### Create Event Type **Endpoint** diff --git a/docs/openapi/openapi-config-api.yaml b/docs/openapi/openapi-config-api.yaml index 5e9aaae..59fcad4 100644 --- a/docs/openapi/openapi-config-api.yaml +++ b/docs/openapi/openapi-config-api.yaml @@ -47,7 +47,7 @@ paths: 500: $ref: '#/components/responses/Error' post: - summary: "Register event type" + summary: "Create event type" tags: - "event type" operationId: "CreateEventType" @@ -57,7 +57,7 @@ paths: $ref: "#/components/requestBodies/CreateEventType" responses: 201: - description: "event type registered" + description: "event type created" content: application/json: schema: