Skip to main content
PUT
PUT /v1/storedProcedures/{id}/followers

Followers & Votes

Manage followers and votes for stored procedure entities.

Followers

Add Follower

PUT /v1/storedProcedures/{id}/followers
string
required
UUID of the stored procedure.
string
required
UUID of the user to add as a follower (sent as request body string).

Remove Follower

DELETE /v1/storedProcedures/{id}/followers/{userId}
string
required
UUID of the stored procedure.
string
required
UUID of the user to remove.

Votes

Add or Update Vote

PUT /v1/storedProcedures/{id}/vote
string
required
UUID of the stored procedure.
string
required
Vote type: votedUp, votedDown, or unVoted.
PUT /v1/storedProcedures/{id}/followers

Error Handling