Skip to content

Commit e1224f0

Browse files
Bump version to 0.6.0
1 parent c0e5759 commit e1224f0

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

MorphoSource-REST-API.yaml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ x-stoplight:
33
id: rm6bqdolcidct
44
info:
55
title: MorphoSource REST API
6-
version: 0.5.0
6+
version: 0.6.0
77
summary: MorphoSource REST API to retrieve metadata for repository records
88
contact:
99
name: Julie Winchester
@@ -30,6 +30,7 @@ info:
3030
| --- | --- |
3131
| [/api/media/{media-id}](https://morphosource.stoplight.io/docs/morphosource-api/b474e3d7c2ccc-get-individual-media-record) | Get individual media record |
3232
| [/api/media/{media-id}/file-metadata](https://morphosource.stoplight.io/docs/morphosource-api/c7dcuud1iq44q-get-individual-media-file-metadata) | Get individual media file metadata |
33+
| [/api/media/{media-id}/iiif/manifest](https://morphosource.stoplight.io/docs/morphosource-api/3clfct1x09z8k-get-individual-media-iiif-manifest) | Get individual media IIIF manifest |
3334
| [/api/media](https://morphosource.stoplight.io/docs/morphosource-api/2d534286cca2e-search-media-records) | Search media records |
3435
| [/api/download/{media-id}](https://morphosource.stoplight.io/docs/morphosource-api/stzmm22vruz2k-download-media-file) | Download media file |
3536
@@ -2390,22 +2391,6 @@ components:
23902391
description:
23912392
type: string
23922393
default: You must be logged in to do that!
2393-
403-Not-Authorized:
2394-
description: 'Standard response for not authorized. As of 2023, this response is deprecated. Endpoints will eventually return 404 status code and responses instead.'
2395-
content:
2396-
application/json:
2397-
schema:
2398-
type: object
2399-
properties:
2400-
code:
2401-
type: integer
2402-
default: 403
2403-
message:
2404-
type: string
2405-
default: Not Authorized
2406-
description:
2407-
type: string
2408-
default: You are not authorized to access this content.
24092394
404-Not-Found:
24102395
description: 'Standard response for a resource not found, unavailable, or inaccessible by the current user.'
24112396
content:

0 commit comments

Comments
 (0)