In future, administration API Supports ?

(from github.com/boyoyon8)
In future, administration API Supports ?
I want to manage via API not just searches.

plz consider. :smiley:

(from github.com/marevol)
Fess 11.2 supports Admin API, but there is no public documents at the moment…
FYI: https://github.com/codelibs/fess/issues/1057#issuecomment-305186767

(from github.com/boyoyon8)
Oh my goodness! :sob:
i hope documented as soon as possible… Thanks!

(from github.com/boyoyon8)
sorry, 2 more question @marevol

  • Is there a way to create access token via Admin API ?(only create on Access Token page ?)
  • try web crawler creation but has errors. is somewhere wrong?
    details:
    URL & Method
     PUT http://10.132.59.19:8080/api/admin/webconfig/setting 
    Header
     Authorization: ShHdLMjd4pAQY3TDLLZLvHssQHlaJTCWwAdNTbfc8wDnS4hDK5MkPVVPLS5n
     Content-Type: application/json
    Payload
      {
        "name": "Test",
        "urls": "http://test/",
        "includedUrls": "http://test/.*",
        "excludedDocUrls": ".*/$",
        "configParameter": "",
        "depth": "",
        "maxAccessCount": "",
        "userAgent": "Mozilla/5.0 (compatible; Fess/11.2; +http://fess.codelibs.org/bot.html)",
        "numOfThread": 1,
        "intervalTime": 10000,
       "boost": 1,
       "available": "true",
       "permissions": "{role}guest",
       "descrption": "",
       "sortOrder": 0,
      }
    Response
      405 Method Not Allowed
    

(from marevol (Shinsuke Sugaya) · GitHub)

Is there a way to create access token via Admin API ?

Yes.

(from github.com/boyoyon8)

Is there a way to create access token via Admin API ?

Yes.

How do you do that?

(from github.com/boyoyon8)
Sorry, that was self resolved.
thanks for support !