Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
CatalogedApiArtifactVersionInfo
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>