Skip to content

Commit

Permalink
Update docs of Create Event Type function
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Winnicki committed Jun 13, 2018
1 parent e17f5c4 commit 9c65b0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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**

Expand Down
4 changes: 2 additions & 2 deletions docs/openapi/openapi-config-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ paths:
500:
$ref: '#/components/responses/Error'
post:
summary: "Register event type"
summary: "Create event type"
tags:
- "event type"
operationId: "CreateEventType"
Expand All @@ -57,7 +57,7 @@ paths:
$ref: "#/components/requestBodies/CreateEventType"
responses:
201:
description: "event type registered"
description: "event type created"
content:
application/json:
schema:
Expand Down

0 comments on commit 9c65b0a

Please sign in to comment.