Rename Custom Tag Option Endpoint
Renames one option of a custom tag category, everywhere its name is stored.
Body: { projectId, categoryName, oldValue, newValue }
Separate from /updateProjectCustomTagCategories on purpose: that endpoint replaces the project's categories wholesale, so a renamed option arrives as a deletion plus an insertion and there is no way to tell it apart from someone genuinely swapping one tag for another. A rename has to be stated to be carried out — see project_operations.rename_custom_tag_option for what it touches.
post/renameCustomTagOption
Response
Successful Response
{"stackTrail":"paths:/renameCustomTagOption:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}