From 33190a46cde3b9dd69e2dbed7202ce9c66e7c8f0 Mon Sep 17 00:00:00 2001 From: "Norberto L. Herz" Date: Wed, 21 May 2014 21:22:26 -0300 Subject: [PATCH] Removed securized trait from step 8 --- jukebox-api.raml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/jukebox-api.raml b/jukebox-api.raml index dd2f35f..32dbfc7 100644 --- a/jukebox-api.raml +++ b/jukebox-api.raml @@ -23,7 +23,6 @@ resourceTypes: <> - collection: description: Collection of available <> in Jukebox. - is: [securized] get: description: Get a list of <>. responses: @@ -33,8 +32,14 @@ resourceTypes: example: | <> post: - description: | + description: | Add a new <> to Jukebox. + queryParameters: + access_token: + description: "The access token provided by the authentication application" + example: AABBCCDD + required: true + type: string body: application/json: schema: <> @@ -98,13 +103,7 @@ traits: required: false example: 80 default: 10 - - securized: - queryParameters: - access_token: - description: "The access token provided by the authentication application" - example: AABBCCDDEE - required: true - type: string + /songs: type: collection: