Veldspecificaties

1 items
Veld Beschrijving Type Verplicht Beperkingen
request.query.id
id
Tekenreeks Ja -

Verwachte statuscodes

0 items
Geen statuscodes
Er zijn geen responsecodes gedefinieerd voor dit endpoint.

Bronspecificatie (YAML)

Ruwe definitie uit het afsprakenstelsel.

  /progress/{id}:
    put:
      operationId: putSimpleProgress
      summary: The REST create request message for the putProgressId() API call.
      tags: 
        - Leermiddelendashboard
      description: |
        To create a new SimpleProgress object or change an existing SimpleProgress object.
      security:
        - OAuth2:
            - eduv.progress
      parameters: 
        - name: id
          in: path
          description: |
              The unique identifier for the Progress object.
          required: true
          schema: 
            type: string
      requestBody:
        description: |
          The progress data that is to be stored.
        content: 
          application/json: 
            schema: 
              $ref: "#/components/schemas/SimpleProgress"
        required: true
      responses: 
        "202" : 
          description: |
            The object has been successfully stored in the progress administration.
        "400" : 
          description: |
            This is the error response for HTTP status code 400.
          content: 
            application/json: 
              schema: 
                $ref: "#/components/schemas/StatusResponse"
        "401" : 
          description: |
            This is the error response for HTTP status code 401.
          content: 
            application/json: 
              schema: 
                $ref: "#/components/schemas/StatusResponse"
        "403" : 
          description: |
            This is the error response for HTTP status code 403.
          content: 
            application/json: 
              schema: 
                $ref: "#/components/schemas/StatusResponse"