Error
A valid request URL is required to generate request examples{
"secrets": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"envKey": "<string>",
"displayName": "<string>",
"environment": "<string>"
}
]
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}Secrets
Add secrets
Adds one or more secrets to a project. Send a single secret object or a bulk array.
POST
/
v0
/
api
/
projects
/
{projectGroupId}
/
secrets
Error
A valid request URL is required to generate request examples{
"secrets": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"envKey": "<string>",
"displayName": "<string>",
"environment": "<string>"
}
]
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}Authorizations
Use your Anything API key as the Basic auth username and leave the password empty. Example credentials: anything_xxx:
Path Parameters
Body
application/json
Response
Secret(s) created
- Option 1
- Option 2
Show child attributes
Show child attributes
Was this page helpful?