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

Advanced Database Schema Operations

Manage followers, votes, and profiler configuration for database schema entities.

Followers

Add Followers

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

Remove Follower

DELETE /v1/databaseSchemas/{id}/followers/{userId}
id
string
required
UUID of the database schema.
userId
string
required
UUID of the user to remove.

Votes

Add or Update Vote

PUT /v1/databaseSchemas/{id}/vote
id
string
required
UUID of the database schema.
updatedVoteType
string
required
Vote type: votedUp, votedDown, or unVoted.

Profiler Configuration

Get Profiler Config

GET /v1/databaseSchemas/{id}/profilerConfig

Set Profiler Config

PUT /v1/databaseSchemas/{id}/profilerConfig

Delete Profiler Config

DELETE /v1/databaseSchemas/{id}/profilerConfig
PUT /v1/databaseSchemas/{id}/followers

Error Handling