From 1388c150b5864083ec315039f593561f70397983 Mon Sep 17 00:00:00 2001 From: Christopher Poile Date: Fri, 3 Nov 2023 16:07:23 -0400 Subject: [PATCH] MM-53764 - Remove OpenGraph section from API docs (#24958) Co-authored-by: Mattermost Build --- api/v4/source/introduction.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/api/v4/source/introduction.yaml b/api/v4/source/introduction.yaml index 5eacb4de58..5768fc43a9 100644 --- a/api/v4/source/introduction.yaml +++ b/api/v4/source/introduction.yaml @@ -534,8 +534,6 @@ tags: description: Endpoints for creating, getting and updating webhooks. - name: commands description: Endpoints for creating, getting and updating slash commands. - - name: OpenGraph - description: Endpoint for getting Open Graph metadata. - name: system description: General endpoints for interacting with the server, such as configuration and logging. - name: brand @@ -610,7 +608,6 @@ x-tagGroups: - reactions - webhooks - commands - - OpenGraph - system - brand - OAuth