Get Project Personalized Tags Endpoint

Retrieves the personalized tags for a specific project.

Parameters: projectId (int): The ID of the project to get tags for

Returns: JSON response with: - project: Project details including id, title, and personalized_tags dictionary

Errors: - 400 if projectId is missing - 404 if project is not found - 500 if database access fails

get/getProjectPersonalizedTags

Query parameters

projectIdinteger required

Response

Successful Response

{"stackTrail":"paths:/getProjectPersonalizedTags:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.