organizations

Update an organization by id

This endpoint allows the client to update an existing organization.

put/api/organizations/{id}

Path parameters

idinteger required

The ID of the organization to update.

Request body

type_ofstring
usernamestring
namestring
summarystring
twitter_usernamestring
github_usernamestring
urlstring
locationstring
joined_atstring
tech_stackstring
tag_linestring nullable
storystring nullable

Response

An Organization

Changes