Skip to main content

Update

Update

Path Parameters
id uuid REQUIRED
Request Body REQUIRED
id uuid
urn string
translations object
Responses
200

successful operation

Schema OPTIONAL
object[]
id uuid OPTIONAL
planet1 object OPTIONAL
id uuid OPTIONAL
urn string OPTIONAL
translations object OPTIONAL
owner object OPTIONAL
ownerId uuid OPTIONAL
ownerType string OPTIONAL

Possible values: [SYSTEM, USER]

planet2 object OPTIONAL
id uuid OPTIONAL
urn string OPTIONAL
translations object OPTIONAL
owner object OPTIONAL
ownerId uuid OPTIONAL
ownerType string OPTIONAL

Possible values: [SYSTEM, USER]

aspect object OPTIONAL
id uuid OPTIONAL
urn string OPTIONAL
translations object OPTIONAL
owner object OPTIONAL
ownerId uuid OPTIONAL
ownerType string OPTIONAL

Possible values: [SYSTEM, USER]

translations object OPTIONAL
owner object OPTIONAL
ownerId uuid OPTIONAL
ownerType string OPTIONAL

Possible values: [SYSTEM, USER]

202

Accepted

Schema OPTIONAL
id uuid OPTIONAL
urn string OPTIONAL
translations object OPTIONAL
owner object OPTIONAL
ownerId uuid OPTIONAL
ownerType string OPTIONAL

Possible values: [SYSTEM, USER]

update
PUT /zodiac-signs/:id
id — path
Body
Loading...
curl -L -X PUT 'http://localhost:8080/zodiac-signs/:id' \
-H 'Content-Type: application/json' \
-H 'Accept: */*'