Skip to content

Commit e85981b

Browse files
authored
htsget v1.0.0 (samtools#246)
1 parent b59a958 commit e85981b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

htsget.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: htsget protocol
44
suppress_footer: true
55
---
66

7-
# Htsget retrieval API spec v0.2rc
7+
# Htsget retrieval API spec v1.0.0
88

99
# Design principles
1010

@@ -35,11 +35,11 @@ HTTP responses may be compressed using [RFC 2616] `transfer-coding`, not `conten
3535

3636
Requests adhering to this specification MAY include an `Accept` header specifying the htsget protocol version they are using:
3737

38-
Accept: application/vnd.ga4gh.htsget.v0.2rc+json
38+
Accept: application/vnd.ga4gh.htsget.v1.0.0+json
3939

4040
JSON responses SHOULD include a `Content-Type` header describing the htsget protocol version defining the JSON schema used in the response, e.g.,
4141

42-
Content-Type: application/vnd.ga4gh.htsget.v0.2rc+json; charset=utf-8
42+
Content-Type: application/vnd.ga4gh.htsget.v1.0.0+json; charset=utf-8
4343

4444
## Errors
4545

0 commit comments

Comments
 (0)