[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-07 UTC."],[[["This document describes how to create an artifact using a `POST` request to the Apigee Registry API endpoint: `https://apigeeregistry.googleapis.com/v1/{parent=projects/*/locations/*/apis/*/versions/*}/artifacts`."],["The `parent` path parameter is required and specifies the location for the new artifact, using the format: `{parent}`."],["The `artifactId` query parameter is also required and sets the unique identifier for the artifact, which must be between 4-63 characters long and adhere to a specific format."],["The request body must contain an instance of the `Artifact` resource, and a successful response will return a newly created instance of that `Artifact`."],["Authorization to perform this operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]