You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MorphoSource-REST-API.yaml
+2-17Lines changed: 2 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ x-stoplight:
3
3
id: rm6bqdolcidct
4
4
info:
5
5
title: MorphoSource REST API
6
-
version: 0.5.0
6
+
version: 0.6.0
7
7
summary: MorphoSource REST API to retrieve metadata for repository records
8
8
contact:
9
9
name: Julie Winchester
@@ -30,6 +30,7 @@ info:
30
30
| --- | --- |
31
31
| [/api/media/{media-id}](https://morphosource.stoplight.io/docs/morphosource-api/b474e3d7c2ccc-get-individual-media-record) | Get individual media record |
32
32
| [/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 |
33
34
| [/api/media](https://morphosource.stoplight.io/docs/morphosource-api/2d534286cca2e-search-media-records) | Search media records |
34
35
| [/api/download/{media-id}](https://morphosource.stoplight.io/docs/morphosource-api/stzmm22vruz2k-download-media-file) | Download media file |
35
36
@@ -2390,22 +2391,6 @@ components:
2390
2391
description:
2391
2392
type: string
2392
2393
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.
2409
2394
404-Not-Found:
2410
2395
description: 'Standard response for a resource not found, unavailable, or inaccessible by the current user.'
0 commit comments