Skip to content

Commit df53588

Browse files
committed
Updated API from documentation release
1 parent 26468c0 commit df53588

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

api-specs/import/types/error.raml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -234,28 +234,3 @@ types:
234234
type: string
235235
description: |
236236
`"Adding a new variant as master variant is not allowed."`
237-
ReferencedResourceNotFound:
238-
type: ErrorObject
239-
displayName: ReferencedResourceNotFoundError
240-
discriminatorValue: ReferencedResourceNotFound
241-
description: |
242-
Returned when a resource referenced by a [Reference](/../api/types#reference) or a [ResourceIdentifier](/../api/types#resourceidentifier) could not be found.
243-
properties:
244-
code:
245-
type: string
246-
message:
247-
type: string
248-
description: |
249-
`"The referenced object of type $typeId $predicate was not found. It either doesn't exist, or it can't be accessed from this endpoint (e.g., if the endpoint filters by store or customer account)."`
250-
typeId:
251-
type: common.ReferenceType
252-
description: |
253-
Type of referenced resource.
254-
id?:
255-
type: string
256-
description: |
257-
Unique identifier of the referenced resource, if known.
258-
key?:
259-
type: string
260-
description: |
261-
User-defined unique identifier of the referenced resource, if known.

0 commit comments

Comments
 (0)