Skip to content

Commit

Permalink
Merge pull request #3953 from DonMartin76/master
Browse files Browse the repository at this point in the history
Add operationId properties to endpoints
  • Loading branch information
tabergma committed Aug 15, 2019
2 parents 3154ae9 + 1737b7e commit f5796ec
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/_static/spec/rasa.yml
Expand Up @@ -16,6 +16,7 @@ paths:
tags:
- Server Information
summary: Health endpoint of Rasa Server
operationId: getHealth
description: >-
This URL can be used as an endpoint to run
health checks against. When the server is running
Expand All @@ -35,6 +36,7 @@ paths:
get:
tags:
- Server Information
operationId: getVersion
summary: Version of Rasa
description: >-
Returns the version of Rasa.
Expand Down Expand Up @@ -64,6 +66,7 @@ paths:
security:
- TokenAuth: []
- JWT: []
operationId: getStatus
tags:
- Server Information
summary: Status of the currently loaded Rasa model
Expand Down Expand Up @@ -108,6 +111,7 @@ paths:
security:
- TokenAuth: []
- JWT: []
operationId: getConversationTracker
tags:
- Tracker
summary: Retrieve a conversations tracker
Expand Down Expand Up @@ -139,6 +143,7 @@ paths:
security:
- TokenAuth: []
- JWT: []
operationId: addConversationTrackerEvents
tags:
- Tracker
summary: Append events to a tracker
Expand Down Expand Up @@ -177,6 +182,7 @@ paths:
security:
- TokenAuth: []
- JWT: []
operationId: replaceConversationTrackerEvents
tags:
- Tracker
summary: Replace a trackers events
Expand Down Expand Up @@ -213,6 +219,7 @@ paths:
security:
- TokenAuth: []
- JWT: []
operationId: getConversationStory
tags:
- Tracker
summary: Retrieve an end-to-end story corresponding to a conversation
Expand Down Expand Up @@ -240,6 +247,7 @@ paths:
security:
- TokenAuth: []
- JWT: []
operationId: executeConversationAction
tags:
- Tracker
summary: Run an action in a conversation
Expand Down Expand Up @@ -288,6 +296,7 @@ paths:
security:
- TokenAuth: []
- JWT: []
operationId: predictConversationAction
tags:
- Tracker
summary: Predict the next action
Expand Down Expand Up @@ -323,6 +332,7 @@ paths:
security:
- TokenAuth: []
- JWT: []
operationId: addConversationMessage
tags:
- Tracker
summary: Add a message to a tracker
Expand Down Expand Up @@ -360,6 +370,7 @@ paths:
security:
- TokenAuth: []
- JWT: []
operationId: trainModel
tags:
- Model
summary: Train a Rasa model
Expand Down Expand Up @@ -399,6 +410,7 @@ paths:
security:
- TokenAuth: []
- JWT: []
operationId: testModelStories
tags:
- Model
summary: Evaluate stories
Expand Down Expand Up @@ -436,6 +448,7 @@ paths:
security:
- TokenAuth: []
- JWT: []
operationId: testModelIntent
tags:
- Model
summary: Perform an intent evaluation
Expand Down Expand Up @@ -472,6 +485,7 @@ paths:
security:
- TokenAuth: []
- JWT: []
operationId: predictModelAction
tags:
- Model
summary: Predict an action on a temporary state
Expand Down Expand Up @@ -512,6 +526,7 @@ paths:
security:
- TokenAuth: []
- JWT: []
operationId: parseModelMessage
tags:
- Model
summary: Parse a message using the Rasa model
Expand Down Expand Up @@ -558,6 +573,7 @@ paths:
security:
- TokenAuth: []
- JWT: []
operationId: replaceModel
tags:
- Model
summary: Replace the currently loaded model
Expand Down Expand Up @@ -588,6 +604,7 @@ paths:
security:
- TokenAuth: []
- JWT: []
operationId: unloadModel
tags:
- Model
summary: Unload the trained model
Expand All @@ -606,6 +623,7 @@ paths:
security:
- TokenAuth: []
- JWT: []
operationId: getDomain
tags:
- Domain
summary: Retrieve the loaded domain
Expand Down

0 comments on commit f5796ec

Please sign in to comment.