Skip to content

Commit

Permalink
Swagger: How to get the API Key; Other notes (#1149)
Browse files Browse the repository at this point in the history
- clarify that everything requires the apikey
- explain where to find the apikey
- hint at wrapping libraries and where to find them
  • Loading branch information
tordans authored Sep 24, 2024
1 parent 121d58d commit 1ea1de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
openapi: "3.0.3"
info:
title: "MapRoulette API"
description: "API for MapRoulette enabling the creation and maintenance of MapRoulette challenges"
description: "API for MapRoulette enabling the creation and maintenance of MapRoulette challenges. Using the api requires a user apiKey which you can find at the bottom of https://maproulette.org/user/profile. There are Python and Java Wrapper for this API which are linked in the Navigation at https://learn.maproulette.org/en-us/documentation/."
contact:
name: "[email protected]"
license:
Expand Down Expand Up @@ -315,4 +315,4 @@ components:
type: apiKey
in: header
name: apiKey
description: The user's apiKey to authorize the request
description: The user's apiKey to authorize the request; find it on https://maproulette.org/user/profile at the bottom of the page.

0 comments on commit 1ea1de8

Please sign in to comment.