Garment.id
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
HomeCore API
Tenant APISupport CenterChangelog
HomeCore API
Tenant APISupport CenterChangelog
Github
Instagram
|
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
  1. Master Data
  • Authentication
    • Google OAuth Redirect
      GET
    • Google OAuth Callback
      GET
    • Register
      POST
    • Login
      POST
    • Refresh Token
      POST
    • Login with Google
      POST
    • Two Factor Challenge
      POST
    • Request Password Reset
      POST
    • Reset Password
      POST
    • Verify Email
      GET
    • Resend Verification Email
      POST
    • Select Tenant
      POST
    • Tenant Onboarding
      POST
    • Logout
      POST
    • Logout All
      POST
    • Me
      GET
  • Auth Activity
    • Auth Activities
      GET
    • Suspicious Activities
      GET
    • Tenant Auth Activities
      GET
    • User Security Activities
      GET
    • Auth Activities
      GET
    • Suspicious Activities
      GET
    • Tenant Auth Activities
      GET
    • User Security Activities
      GET
  • Billing
    • Public Plan Catalog
    • Billing Webhook
    • Billing Audit List
    • Billing Audit Detail
    • List Plans
    • Upsert Plan
    • Upsert Plan Feature Value
    • List Features
    • Upsert Feature
  • Master Data
    • List Master Taxonomies
      GET
    • Create Master Taxonomy
      POST
    • Master Taxonomy Detail
      GET
    • Update Master Taxonomy
      PUT
    • Delete Master Taxonomy
      DELETE
  • Notifications
    • List Notifications
    • Mark All Notifications Read
    • Mark Notification Read
  • Security
    • Confirm Password
    • Password Confirmed Status
    • Verify PIN
    • Setup PIN
    • Change PIN
    • Disable PIN
    • Update Password
    • Enable Two Factor
    • Disable Two Factor
    • Confirm Two Factor
    • Two Factor QR Code
    • Two Factor Recovery Codes
    • Regenerate Recovery Codes
    • Two Factor Secret Key
  • Sessions
    • List Sessions
    • Revoke Session by Token
    • Revoke Sessions by Device
HomeCore API
Tenant APISupport CenterChangelog
HomeCore API
Tenant APISupport CenterChangelog
Github
Instagram
|
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
  1. Master Data

Update Master Taxonomy

PUT
http://localhost/api/v1/central/master-data/taxonomies/{taxonomyId}
Master Data
Terakhir diubah:2026-03-04 16:23:19
OperationId:central.master-data.taxonomies.update
docs_desc_central_master_taxonomies_update

Request

Otorisasi
Berikan token Bearer anda pada header
Authorization
ketika melakukan request ke resource yang dilindungi.
Contoh:
Authorization: Bearer ********************
Path Parameter

Body Parameterapplication/jsonWajib

Contoh

Response

🟢200
application/json
Body

🟠401
🟠422
request Contoh Request
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://localhost/api/v1/central/master-data/taxonomies/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "name": "string",
    "slug": "string",
    "type": "string",
    "description": "string",
    "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
    "sort_order": 0,
    "metadata": [
        "string"
    ]
}'
response Contoh Response
200 - Contoh 1
{
    "success": true,
    "code": "string",
    "message": "string",
    "request_id": "string",
    "timestamp": "2019-08-24T14:15:22.123Z",
    "api_version": "string",
    "data": "string"
}
Diubah pada 2026-03-04 16:23:19
Sebelumnya
Master Taxonomy Detail
Berikutnya
Delete Master Taxonomy
Built with