v44

latestOpenAPI 3.1.0raw.githubusercontent.com2025-07-1167290343.1 KB
secrets

Update Developer Secret

Update a developer secret.

Args: developer_id: ID of the developer who owns the secret secret_id: ID of the secret to update data: New secret data

Returns: The updated secret

Raises: HTTPException: If the secret doesn't exist or doesn't belong to the developer

put/secrets/{secret_id}

Path parameters

secret_idstring uuid required

Request body

metadataobject nullable
namestring required
descriptionstring nullable
valuestring required

Response

Successful Response

idstring uuid required
created_atstring date-time required
updated_atstring date-time required
metadataobject nullable
namestring required
descriptionstring nullable
valuestring required