Al-Farabi Kazakh National University edxnotes API

The edxnotes API from Al-Farabi Kazakh National University — 1 operation(s) for edxnotes.

OpenAPI Specification

al-farabi-kazakh-national-university-edxnotes-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  title: Open edX agreements edxnotes API
  description: APIs for access to Open edX information
  contact:
    email: dl@kaznu.kz
  version: v1
servers:
- url: https://open.kaznu.kz/api
security:
- Basic: []
tags:
- name: edxnotes
paths:
  /edxnotes/v1/retire_user/:
    post:
      operationId: edxnotes_v1_retire_user_create
      description: Implements the retirement endpoint.
      tags:
      - edxnotes
      responses:
        '201':
          description: ''
components:
  securitySchemes:
    Basic:
      type: http
      scheme: basic