Skip to content

Commit

Permalink
Add timeout parameter to swagger for POST to live SPARQL route
Browse files Browse the repository at this point in the history
Fixes #531.
  • Loading branch information
RickMoynihan committed May 24, 2021
1 parent 99a1512 commit b1553d8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions drafter/doc/drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -680,18 +680,18 @@ paths:
description: |
Update this Draftset via a limited subset of the [SPARQL update](https://www.w3.org/TR/2013/REC-sparql11-update-20130321/)
language and protocol.
NOTE we only support the following sparql update statements:
- DROP GRAPH <g>
- INSERT DATA { ... }
- INSERT DATA { ... }
- DELETE DATA { ... }
These statements may be combined in any order or combination.
Additionally there are size restrictions on the amount of data this
endpoint will operate on. It is intended to operate on small amounts
of data only i.e. typically no more than 5000 triples will be allowed
endpoint will operate on. It is intended to operate on small amounts
of data only i.e. typically no more than 5000 triples will be allowed
to be modified through this method.
Please consult the SPARQL [update protocol specification](http://www.w3.org/TR/sparql11-protocol/) for a description of this endpoint.
Expand Down Expand Up @@ -764,6 +764,7 @@ paths:
- text/csv
parameters:
- $ref: '#/parameters/post_query'
- $ref: '#/parameters/timeout'
- $ref: '#/parameters/post_default-graph-uri'
- $ref: '#/parameters/post_named-graph-uri'
tags:
Expand Down

0 comments on commit b1553d8

Please sign in to comment.