Skip to content

Conversation

@br41nslug
Copy link
Member

@br41nslug br41nslug commented Jun 20, 2025

Docs refs related to directus/directus#25199

Adds missing endpoint for multiple fields update directus/docs#381

@linear
Copy link

linear bot commented Jun 20, 2025

@br41nslug br41nslug marked this pull request as draft June 20, 2025 16:48
const client = createDirectus('directus_project_url').with(rest());
const result = await client.request(updateField(collection_name, field_name, partial_field_object));
const result = await client.request(updateField(collection_name, partial_field_object));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const result = await client.request(updateField(collection_name, partial_field_object));
const result = await client.request(updateField(collection_name, field_name, partial_field_object));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants