/
AP
apigee
/
Registry API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 55m ago · Updated 2mo ago
Details
Filter operations
get
ListProjects returns matching projects.
post
CreateProject creates a specified project.
get
GetProject returns a specified project.
delete
DeleteProject removes a specified project and all of the resources that it owns.
patch
UpdateProject can be used to modify a specified project.
get
ListApis returns matching APIs.
post
CreateApi creates a specified API.
get
GetApi returns a specified API.
delete
DeleteApi removes a specified API and all of the resources that it owns.
patch
UpdateApi can be used to modify a specified API.
get
ListApiVersions returns matching versions.
post
CreateApiVersion creates a specified version.
get
GetApiVersion returns a specified version.
delete
DeleteApiVersion removes a specified version and all of the resources that it owns.
patch
UpdateApiVersion can be used to modify a specified version.
get
ListApiSpecs returns matching specs.
post
CreateApiSpec creates a specified spec.
get
GetApiSpec returns a specified spec.
delete
DeleteApiSpec removes a specified spec, all revisions, and all child resources (e.g. artifacts).
patch
UpdateApiSpec can be used to modify a specified spec.
get
GetApiSpecContents returns the contents of a specified spec.
delete
DeleteApiSpecRevision deletes a revision of a spec.
get
ListApiSpecRevisions lists all revisions of a spec. Revisions are returned in descending order of revision creation time.
post
RollbackApiSpec sets the current revision to a specified prior revision. Note that this creates a new revision with a new revision ID.
post
TagApiSpecRevision adds a tag to a specified revision of a spec.
get
ListArtifacts returns matching artifacts.
post
CreateArtifact creates a specified artifact.
get
GetArtifact returns a specified artifact.
put
ReplaceArtifact can be used to replace a specified artifact.
delete
DeleteArtifact removes a specified artifact.
get
GetArtifactContents returns the contents of a specified artifact.
get
GetStatus returns the status of the service. GetStatus is for verifying open source deployments only and is not included in hosted versions of the API.
DeleteProject removes a specified project and all of the resources that it owns.
delete
/v1/projects/{project}
Path parameters
project
string
required
The project id.
Response
OK
Changes