CopyCredential Method
Description
Copies a cloud-provider credential, within a project, or from one project to another.
HTTP Request
POST https://api.skeddly.com/api/Credentials/Copy
Body
The body is a JSON structure with the following properties.
credentialId
Credential ID of the source credential to be copied. This credential can be in the same project or different project from projectid
.
Type: string
Required: Yes
nameOverride
Name of the new credential. The name of the source credential will be used if omitted.
Type: string
Required: No
projectId
Project ID of the project into which the new copy will be contained.
Type: string
Required: Yes
Returns
A Credential object.
Sample Request
Sample Response
Last updated