Skip to content
Snippets Groups Projects
Commit 75ef6867 authored by Rebecca Wheeler's avatar Rebecca Wheeler
Browse files

Update file POST_getatoken.json

parent 36f19ba7
No related branches found
No related tags found
No related merge requests found
{
"swagger" : "2.0",
"info" : {
"description" : null,
"version" : "1.0.0",
"title" : null,
"termsOfService" : null,
"contact" : null,
"license" : null
},
"host" : "api.wisc.edu",
"basePath" : "/oauth",
"schemes" : [ "https" ],
"paths" : {
"/token" : {
"post" : {
"tags" : [ "POST_getatoken" ],
"summary" : null,
"description" : null,
"operationId" : "POST_getatoken",
"produces" : [ "application/json" ],
"consumes" : [ "application/x-www-form-urlencoded" ],
"parameters" : [ {
"name" : "{\"grant_type\"",
"in" : "formData",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/POST_getatoken"
}
}
}
}
}
},
"definitions" : {
"POST_getatoken" : {
"properties" : {
"refresh_token_expires_in" : {
"type" : "number",
"format" : "int32"
},
"api_product_list" : {
"type" : "string"
},
"api_product_list_json" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"organization_name" : {
"type" : "string"
},
"developer.email" : {
"type" : "string"
},
"token_type" : {
"type" : "string"
},
"issued_at" : {
"type" : "string"
},
"client_id" : {
"type" : "string"
},
"access_token" : {
"type" : "string"
},
"application_name" : {
"type" : "string"
},
"scope" : {
"type" : "string"
},
"expires_in" : {
"type" : "number",
"format" : "int32"
},
"refresh_count" : {
"type" : "string"
},
"status" : {
"type" : "string"
}
}
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment