From ca20becba68fa0a8a094c41e9b4620ced1d16fc7 Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Sun, 11 Oct 2020 17:14:28 -0400 Subject: [PATCH] Add system flag to tags --- packages/spec/specs/openapi.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages/spec/specs/openapi.yaml b/packages/spec/specs/openapi.yaml index 460e27db66..c526ef3533 100644 --- a/packages/spec/specs/openapi.yaml +++ b/packages/spec/specs/openapi.yaml @@ -14,42 +14,61 @@ externalDocs: tags: - name: Activity description: All events that happen within Directus are tracked and stored in the activities collection. This gives you full accountability over everything that happens. + x-system: true - name: Assets description: Image typed files can be dynamically resized and transformed to fit any need. + x-system: true - name: Authentication description: All events that happen within Directus are tracked and stored in the activities collection. This gives you full accountability over everything that happens. + x-system: true - name: Presets description: Presets hold the preferences of individual users of the platform. This allows Directus to show and maintain custom item listings for users of the app. + x-system: true - name: Collections description: Collections are the individual collections of items, similar to tables in a database. Changes to collections will alter the schema of the database. + x-system: true - name: Extensions description: Directus can easily be extended through the addition of several types of extensions, including layouts, interfaces, and modules. + x-system: true - name: Fields description: Fields are individual pieces of content within an item. They are mapped to columns in the database. + x-system: true - name: Files description: Files can be saved in any given location. Directus has a powerful assets endpoint that can be used to generate thumbnails for images on the fly. + x-system: true - name: Folders description: Folders don't do anything yet, but will be used in the (near) future to be able to group files. + x-system: true - name: Items description: Items are individual pieces of data in your database. They can be anything, from articles, to IoT status checks. + x-system: true - name: Permissions description: Permissions control who has access to what and when. + x-system: true - name: Relations description: What data is linked to what other data. Allows you to assign authors to articles, products to sales, and whatever other structures you can think of. + x-system: true - name: Revisions description: Revisions are individual changes to items made. Directus keeps track of changes made, so you're able to revert to a previous state at will. + x-system: true - name: Roles description: Roles are groups of users that share permissions. + x-system: true - name: Server description: Access to where Directus runs. Allows you to make sure your server has everything needed to run the platform, and check what kind of latency we're dealing with. + x-system: true - name: Settings description: Settings control the way the platform works and acts. + x-system: true - name: Users description: Users are what gives you access to the data. + x-system: true - name: Utilities description: Directus comes with various utility endpoints you can use to simplify your development flow. + x-system: true - name: Webhooks description: Webhooks. + x-system: true paths: # Activity /activity: