Garment.id
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
HomeCore API
Tenant APISupport CenterChangelog
HomeCore API
Tenant APISupport CenterChangelog
Github
Instagram
|
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
  1. Billing
  • 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
    • Suspicious Activities
    • Tenant Auth Activities
    • User Security Activities
  • Billing
    • Public Plan Catalog
      GET
    • Billing Webhook
      POST
    • Billing Audit List
      GET
    • Billing Audit Detail
      GET
    • List Plans
      GET
    • Upsert Plan
      PUT
    • Upsert Plan Feature Value
      PUT
    • List Features
      GET
    • Upsert Feature
      PUT
    • Public Plan Catalog
      GET
    • Billing Webhook
      POST
    • Billing Audit List
      GET
    • Billing Audit Detail
      GET
    • List Plans
      GET
    • Upsert Plan
      PUT
    • Upsert Plan Feature Value
      PUT
    • List Features
      GET
    • Upsert Feature
      PUT
  • Master Data
    • List Master Taxonomies
    • Create Master Taxonomy
    • Master Taxonomy Detail
    • Update Master Taxonomy
    • Delete Master Taxonomy
    • List Master Taxonomies
    • Create Master Taxonomy
    • Master Taxonomy Detail
    • Update Master Taxonomy
    • Delete Master Taxonomy
HomeCore API
Tenant APISupport CenterChangelog
HomeCore API
Tenant APISupport CenterChangelog
Github
Instagram
|
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
  1. Billing

Upsert Feature

PUT
http://localhost/platform/billing/features/{featureKey}
Billing
Terakhir diubah:2026-03-03 23:00:25
OperationId:central.billing.features.upsert
docs_desc_billing_features_upsert

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

request Contoh Request
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://localhost/platform/billing/features/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "value_type": "boolean",
    "default_value": "string",
    "description": "string",
    "is_active": true,
    "metadata": [
        "string"
    ]
}'
response Contoh Response
"string"
Diubah pada 2026-03-03 23:00:25
Sebelumnya
List Features
Berikutnya
List Master Taxonomies
Built with