Skip to content
Snippets Groups Projects
Commit 93295cb6 authored by Armand Bahi's avatar Armand Bahi
Browse files

Merge branch 'bug/31-api-documentation-swagger-de-rest-vitis-publictoken-incomplete' into 'master'

Resolve "[API] Documentation swagger de rest/vitis/publictoken incomplète"

Closes #31

See merge request Development/vitis_apps/application/vmap!33
parents 812f2450 27d4cdae
No related branches found
No related tags found
No related merge requests found
......@@ -41,21 +41,6 @@ class PublicToken extends Vitis {
$this->aProperties = $properties;
}
/**
* @SWG\Get(path="/publictoken",
* tags={"Token"},
* summary="Get public token",
* description="Request to get a token",
* operationId="GET",
* produces={"application/xml", "application/json"},
* @SWG\Response(
* response=200,
* description="Token Response",
* @SWG\Schema(ref="#/definitions/publictoken")
* )
* )
*/
/**
* Method get to get a public token
* @return user array
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment