Skip to content

Commit

Permalink
remove commented out raw endpoints in yml spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ricroberts committed Mar 6, 2017
1 parent 65267ab commit 4536ed0
Showing 1 changed file with 0 additions and 68 deletions.
68 changes: 0 additions & 68 deletions doc/drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -625,74 +625,6 @@ paths:
description: The query results returned according to the SPARQL specificiation.
schema:
type: file
/sparql/raw:
get:
summary: Queries all data with SPARQL
description: |
Queries all data via the SPARQL query langauge and protocol. This route is only available to users in the system role
Please consult the SPARQL query protocol specification http://www.w3.org/TR/sparql11-protocol/ for a description of this endpoint.
security:
- jws-auth: []
consumes:
- application/sparql-query
produces:
- application/n-triples
- application/rdf+xml
- text/turtle
- application/sparql-results+xml
- application/sparql-results+json
- text/csv
parameters:
- $ref: '#/parameters/query'
tags:
- SPARQL Endpoints
responses:
'200':
description: The query results returned according to the SPARQL specificiation.
schema:
type: file
post:
summary: Queries all data with SPARQL
description: |
Queries all data via the SPARQL query langauge and protocol. This route is only available to users in the system role.
Please consult the SPARQL query protocol specification http://www.w3.org/TR/sparql11-protocol/ for a description of this endpoint.
security:
- jws-auth: []
consumes:
- application/sparql-query
produces:
- application/n-triples
- application/rdf+xml
- text/turtle
- application/sparql-results+xml
- application/sparql-results+json
- text/csv
parameters:
- $ref: '#/parameters/query'
tags:
- SPARQL Endpoints
responses:
'200':
description: The query results returned according to the SPARQL specificiation.
schema:
type: file
/sparql/raw/update:
post:
summary: Updates data using SPARQL
description: |
Updates any data using SPARQL. This route should be used with caution and is only available to users in the system role.
Please consult the SPARQL query protocol specification http://www.w3.org/TR/sparql11-protocol/ for a description of this endpoint.
security:
- jws-auth: []
consumes:
- application/sparql-update
parameters:
- $ref: '#/parameters/update'
tags:
- SPARQL Endpoints
responses:
'200':
description: The update was processed successfully.
/users:
get:
summary: Gets all users
Expand Down

0 comments on commit 4536ed0

Please sign in to comment.