pub async fn databases_update_url_attribute(
configuration: &Configuration,
database_id: &str,
collection_id: &str,
key: &str,
payload: Option<DatabasesUpdateDatetimeAttributeRequest>,
) -> Result<AttributeUrl, Error<DatabasesUpdateUrlAttributeError>>Expand description
Update an url attribute. Changing the default value will not update already existing documents.