Project

General

Profile

Actions

Feature #44233

open

Add show, update, and destroy to the REST API for custom fields

Added by Mizuki ISHIKAWA about 1 month ago. Updated 14 days ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
REST API
Resolution:

Description

Currently, the REST API for custom field definitions only supports the index action, so individual custom fields cannot be retrieved, updated, or deleted via the API.

This proposal adds show, update, and destroy actions to the custom fields REST API. Since the show action did not previously exist, it is being added here as an API-only action, without an HTML view.

All of these actions require administrator privileges.


Files

Actions #1

Updated by Go MAEDA about 1 month ago

  • Target version set to Candidate for next major release
Actions #2

Updated by Go MAEDA 14 days ago

Thank you for the patch.

I noticed that the patch does not add a create action. With this patch, a custom field can be read, updated, and deleted through the API, but it cannot be created.

Is leaving out create intentional? If so, could you clarify the reason?

Actions

Also available in: Atom PDF