Skip to content

update domain

PUT
/api/v1/domain

Controller:

github.com/raghavyuva/nixopus-api/internal/features/domain/controller.(*DomainsController).UpdateDomain

Middlewares:

  • github.com/go-fuego/fuego.defaultLogger.middleware
  • github.com/raghavyuva/nixopus-api/internal/routes.(*Router).SetupRoutes.(*Router).setupAuthentication.func2
  • github.com/raghavyuva/nixopus-api/internal/routes.(*Router).applyMiddleware.func1
  • github.com/raghavyuva/nixopus-api/internal/routes.(*Router).applyMiddleware.func2
  • github.com/raghavyuva/nixopus-api/internal/routes.(*Router).applyMiddleware.func3

Parameters

Header Parameters

Accept
Type
string

Request Body

*/*
JSON
{
"id": "string",
"name": "string"
}

Responses

OK

JSON
{
"data": {
"created_at": "string",
"deleted_at": "string",
"id": null,
"name": "string",
"organization_id": null,
"updated_at": "string",
"user_id": null
},
"message": "string",
"status": "string"
}

Playground

Server
Headers
Body

Samples

Powered by VitePress OpenAPI

Made with love
Released under the Functional Source License (FSL)