CatalogedApiArtifactVersionInfo

Represents API version information in API Catalog that’s referenced by other entities.

Parent Type

This type extends the Metadata metadata type and inherits its fullName field.

File Suffix and Directory Location

CatalogedApiArtifactVersionInfo components have the suffix .catalogedApiArtifactVersionInfo and are stored in the catalogedApiArtifactVersionInfos folder.

Version

CatalogedApiArtifactVersionInfo components are available in API version 65.0 and later.

Fields

Field Name Field Type Description
releaseNotes string The API release notes.
revision int The API revision.
type string Required. The API type.
version string Required. The API version.

Declarative Metadata Sample Definition

This XML is an example of a CatalogedApiArtifactVersionInfo component.

1<?xml version="1.0" encoding="UTF-8"?>
2<CatalogedApiArtifactVersionInfo xmlns="http://soap.sforce.com/2006/04/metadata">
3    <revision>1</revision>
4    <type>API</type>
5    <version>v1</version>
6</CatalogedApiArtifactVersionInfo>