Skip to content

Tables ‐ Organization

Sai edited this page Apr 5, 2024 · 1 revision

API

GET /organization/:UUID

Return a JSON of organization data

POST /organization

Need to contain a body like this

{
  "name":"nameValue",
  "linkedin_link":"linkedin_linkValue"
}

and will create a row of that information

Database

Columns

uuid created_at name linkedin_link
uuid timestamptz text text
---- ----------- ---- ---
unique unique unique
not nullable not nullable not nullable
Clone this wiki locally