Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Commit

Permalink
HOTFIX: The difficulty section of task.yaml had the wrong authorisati…
Browse files Browse the repository at this point in the history
…on Format

(No X-Service-Token)
  • Loading branch information
adamane committed May 5, 2020
1 parent 53b776d commit 39d980e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions documentation/dev/endpoints/swagger/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3533,6 +3533,11 @@ paths:
- write
parameters:
- name: Authorization
in: header
required: false
schema:
type: string
- name: X-ServiceToken
in: header
required: true
schema:
Expand Down Expand Up @@ -3574,6 +3579,11 @@ paths:
- write
parameters:
- name: Authorization
in: header
required: false
schema:
type: string
- name: X-ServiceToken
in: header
required: true
schema:
Expand Down Expand Up @@ -3612,6 +3622,11 @@ paths:
- write
parameters:
- name: Authorization
in: header
required: false
schema:
type: string
- name: X-ServiceToken
in: header
required: true
schema:
Expand Down Expand Up @@ -3653,6 +3668,11 @@ paths:
- write
parameters:
- name: Authorization
in: header
required: false
schema:
type: string
- name: X-ServiceToken
in: header
required: true
schema:
Expand Down

0 comments on commit 39d980e

Please sign in to comment.