Assign or Promote a Configured Field (Deprecated since 25.9)
post
/api/restapi/configuredField/replicateObjectInWorkspaces/configuredField/{columnDefinitionId}/workspace/{workspaceId}
Send a request to this endpoint to assign or promote a configured field within the same workspace hierarchy.
Request
Path Parameters
-
columnDefinitionId(required): integer(int64)
The system-generated identifier of a configured field.
-
workspaceId(required): integer(int64)
The system-generated identifier for the new owning workspace of the configured field.
Query Parameters
-
objectType: string
This is a required field for PROGRAM, IDEA, STRATEGY, and DOCUMENT object types.Allowed Values:
[ "DOCUMENT", "IDEA", "PROGRAM", "STRATEGY" ]
There's no request body for this operation.
Back to TopResponse
204 Response
Successful operation with no content.
404 Response
The requested configured field does not exist, or you do not have access to it.