Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Removed securized trait from step 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Norberto L. Herz committed May 22, 2014
1 parent 39f24c3 commit 33190a4
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions jukebox-api.raml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ resourceTypes:
<<exampleCollection>>
- collection:
description: Collection of available <<resourcePathName>> in Jukebox.
is: [securized]
get:
description: Get a list of <<resourcePathName>>.
responses:
Expand All @@ -33,8 +32,14 @@ resourceTypes:
example: |
<<exampleCollection>>
post:
description: |
description: |
Add a new <<resourcePathName|!singularize>> to Jukebox.
queryParameters:
access_token:
description: "The access token provided by the authentication application"
example: AABBCCDD
required: true
type: string
body:
application/json:
schema: <<resourcePathName|!singularize>>
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 33190a4

Please sign in to comment.