Create or update an external API key
from uiform.client import UiForm uiclient = UiForm() response = uiclient.secrets.external_api_keys.create( provider = "OpenAI", api_key = "sk-..." )
{ "status": "success", "message": "OpenAI API key updated successfully" }
Request model for creating/updating API keys
Successful Response
The response is of type object.
object