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
id
string
required
UUID of the stored procedure.
id
string
required
UUID of the user to add as a follower (sent as request body string).

Remove Follower

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

Votes

Add or Update Vote

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

Error Handling