diff --git a/docs/_static/spec/rasa.yml b/docs/_static/spec/rasa.yml index ee42d4b7b6fe..969974cb6516 100644 --- a/docs/_static/spec/rasa.yml +++ b/docs/_static/spec/rasa.yml @@ -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 @@ -35,6 +36,7 @@ paths: get: tags: - Server Information + operationId: getVersion summary: Version of Rasa description: >- Returns the version of Rasa. @@ -64,6 +66,7 @@ paths: security: - TokenAuth: [] - JWT: [] + operationId: getStatus tags: - Server Information summary: Status of the currently loaded Rasa model @@ -108,6 +111,7 @@ paths: security: - TokenAuth: [] - JWT: [] + operationId: getConversationTracker tags: - Tracker summary: Retrieve a conversations tracker @@ -139,6 +143,7 @@ paths: security: - TokenAuth: [] - JWT: [] + operationId: addConversationTrackerEvents tags: - Tracker summary: Append events to a tracker @@ -177,6 +182,7 @@ paths: security: - TokenAuth: [] - JWT: [] + operationId: replaceConversationTrackerEvents tags: - Tracker summary: Replace a trackers events @@ -213,6 +219,7 @@ paths: security: - TokenAuth: [] - JWT: [] + operationId: getConversationStory tags: - Tracker summary: Retrieve an end-to-end story corresponding to a conversation @@ -240,6 +247,7 @@ paths: security: - TokenAuth: [] - JWT: [] + operationId: executeConversationAction tags: - Tracker summary: Run an action in a conversation @@ -288,6 +296,7 @@ paths: security: - TokenAuth: [] - JWT: [] + operationId: predictConversationAction tags: - Tracker summary: Predict the next action @@ -323,6 +332,7 @@ paths: security: - TokenAuth: [] - JWT: [] + operationId: addConversationMessage tags: - Tracker summary: Add a message to a tracker @@ -360,6 +370,7 @@ paths: security: - TokenAuth: [] - JWT: [] + operationId: trainModel tags: - Model summary: Train a Rasa model @@ -399,6 +410,7 @@ paths: security: - TokenAuth: [] - JWT: [] + operationId: testModelStories tags: - Model summary: Evaluate stories @@ -436,6 +448,7 @@ paths: security: - TokenAuth: [] - JWT: [] + operationId: testModelIntent tags: - Model summary: Perform an intent evaluation @@ -472,6 +485,7 @@ paths: security: - TokenAuth: [] - JWT: [] + operationId: predictModelAction tags: - Model summary: Predict an action on a temporary state @@ -512,6 +526,7 @@ paths: security: - TokenAuth: [] - JWT: [] + operationId: parseModelMessage tags: - Model summary: Parse a message using the Rasa model @@ -558,6 +573,7 @@ paths: security: - TokenAuth: [] - JWT: [] + operationId: replaceModel tags: - Model summary: Replace the currently loaded model @@ -588,6 +604,7 @@ paths: security: - TokenAuth: [] - JWT: [] + operationId: unloadModel tags: - Model summary: Unload the trained model @@ -606,6 +623,7 @@ paths: security: - TokenAuth: [] - JWT: [] + operationId: getDomain tags: - Domain summary: Retrieve the loaded domain