Fix swagger descriptions
parent
67c23e5b57
commit
b6d793590f
|
@ -323,7 +323,7 @@ paths:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/Explorations'
|
$ref: '#/definitions/Explorations'
|
||||||
404:
|
404:
|
||||||
description: Data user does not exist.
|
description: User does not exist.
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/Error'
|
$ref: '#/definitions/Error'
|
||||||
default:
|
default:
|
||||||
|
@ -354,7 +354,7 @@ paths:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/Exploration'
|
$ref: '#/definitions/Exploration'
|
||||||
404:
|
404:
|
||||||
description: Data user does not exist.
|
description: User does not exist.
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/Error'
|
$ref: '#/definitions/Error'
|
||||||
default:
|
default:
|
||||||
|
@ -383,7 +383,7 @@ paths:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/Exploration'
|
$ref: '#/definitions/Exploration'
|
||||||
404:
|
404:
|
||||||
description: Data user or exploration does not exist.
|
description: User or exploration does not exist.
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/Error'
|
$ref: '#/definitions/Error'
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue