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: