From 7ba3b409261be55b73132756e7224315b09d372a Mon Sep 17 00:00:00 2001 From: Fabian Vogler Date: Tue, 21 May 2024 15:27:02 +0200 Subject: [PATCH] Add Accreditation documentation --- _includes/nav.html | 1 + api/accreditation.html | 50 ++++++++++++++++++++++++++++++++++++++++++ api/index.html | 1 + 3 files changed, 52 insertions(+) create mode 100644 api/accreditation.html diff --git a/_includes/nav.html b/_includes/nav.html index 5ebd69d..26a7151 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -25,6 +25,7 @@
  • Conferences
  • Organizations
  • People
  • +
  • Accreditation
  • Guidelines diff --git a/api/accreditation.html b/api/accreditation.html new file mode 100644 index 0000000..7cce905 --- /dev/null +++ b/api/accreditation.html @@ -0,0 +1,50 @@ +--- +layout: api +title: Accreditation API +breadcrumb: Accreditation +api_docs: https://api.worldskills.org/accreditation/swagger.json +--- + + + +
    + +
    + +
    +
    +

    Responsibilities

    +

    This API is responsible for managing accreditation data for a WorldSkills event.

    + +

    Authentication

    +

    If the resource requires authorization, a Bearer access token needs to be sent with the Authorization header:

    +
    GET /accreditation HTTP/1.1
    +Authorization: Bearer ABCD-EFGH-1234-5678
    +
    +
    +

    Key Concepts

    + +

    Zones define certain areas or services to which people can have access to. An accreditation can have multiple zones.

    + +

    Delegate types are used to categorize People - each delegate type has a certain color and default zones. A delegate type might be called "sub-category" in the accreditation matrix.

    + + +
    +
    + +
    + +
    +

    Loading API reference…

    +
    +
    +
    diff --git a/api/index.html b/api/index.html index 95fe6fc..2fe61a2 100644 --- a/api/index.html +++ b/api/index.html @@ -20,4 +20,5 @@

    API Reference

  • Conferences Sessions, Speakers
  • Organizations Members
  • People Competitors, Experts
  • +
  • Accreditation