useUpdateEnvironmentExtensions()
useUpdateEnvironmentExtensions():
Provides an imperative updateEnvironmentExtensions function to update a single
environment extension record. Sets partial=true prior to update to indicate a
partial update. Updates plugin config after completion.
Throws
If required inputs are missing or the update call fails.
Returns
Hook API exposing the update function and request state.
updateEnvironmentExtensions()
updateEnvironmentExtensions: (extension: EnvironmentExtensions, environmentId: string, extensionGroupId: string) => Promise<void>
Parameters
EnvironmentExtensions object (not an array).
Returns
Was this topic helpful?