AttachTagsItemRequest

Properties

Name Type Description Notes
include string Comma-separated list of related resources to include. Valid values: `partner`, `country`, `project`, `collection`, `parent`, `children`, `itemImages`, `artists`, `workshops`, `tags`, `translations`, `attachedToCollections`, `outgoingLinks`, `incomingLinks`. [optional] [default to undefined]
tag_ids Array<string>   [default to undefined]

Example

import { AttachTagsItemRequest } from './api';

const instance: AttachTagsItemRequest = {
    include,
    tag_ids,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.